ArchiMetrics.CodeReview.Rules.Tests.Rules.Semantic.HiddenTypeDependencyRuleTests.GivenAHiddenTypeDependencyRule.GivenAHiddenTypeDependencyRule C# (CSharp) Method

GivenAHiddenTypeDependencyRule() public method

public GivenAHiddenTypeDependencyRule ( ) : System.Linq
return System.Linq
			public GivenAHiddenTypeDependencyRule()
			{
				_inspector = new NodeReviewer(new[] { new HiddenTypeDependencyRule() }, Enumerable.Empty<ISymbolEvaluation>());
			}
HiddenTypeDependencyRuleTests.GivenAHiddenTypeDependencyRule