1 write to DepthOfInheritance
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (1)
58
DepthOfInheritance
= depthOfInheritance;
4 references to DepthOfInheritance
Roslyn.Diagnostics.Analyzers (4)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.AssemblyMetricData.cs (1)
59
depthOfInheritance = Math.Max(child.
DepthOfInheritance
.GetValueOrDefault(), depthOfInheritance);
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.cs (2)
162
if (
DepthOfInheritance
.HasValue)
164
builder.Append($", DepthInherit: {
DepthOfInheritance
}");
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.NamespaceMetricData.cs (1)
57
depthOfInheritance = Math.Max(child.
DepthOfInheritance
.GetValueOrDefault(), depthOfInheritance);