1 write to _distinctCaseKinds
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
58_distinctCaseKinds = distinctCaseKinds;
4 references to _distinctCaseKinds
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (4)
384distinctCaseKinds: _distinctCaseKinds.Union(other._distinctCaseKinds), 407if (_distinctCaseKinds.Count > 1) 409count += _distinctCaseKinds.Count - 1;