1 write to IsExcludedFromInheritanceCountFunc
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeMetricsAnalysisContext.cs (1)
26
IsExcludedFromInheritanceCountFunc
= isExcludedFromInheritanceCountFunc ?? (x => false); // never excluded by default
1 reference to IsExcludedFromInheritanceCountFunc
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\CodeAnalysisMetricData.NamedTypeMetricData.cs (1)
101
int depthOfInheritance = CalculateDepthOfInheritance(namedType, context.
IsExcludedFromInheritanceCountFunc
);