1 write to _distinctUnaryOperatorKinds
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
57
_distinctUnaryOperatorKinds
= distinctUnaryOperatorKinds;
4 references to _distinctUnaryOperatorKinds
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (4)
383
distinctUnaryOperatorKinds:
_distinctUnaryOperatorKinds
.Union(other.
_distinctUnaryOperatorKinds
),
402
if (
_distinctUnaryOperatorKinds
.Count > 1)
404
count +=
_distinctUnaryOperatorKinds
.Count - 1;