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)
383distinctUnaryOperatorKinds: _distinctUnaryOperatorKinds.Union(other._distinctUnaryOperatorKinds), 402if (_distinctUnaryOperatorKinds.Count > 1) 404count += _distinctUnaryOperatorKinds.Count - 1;