1 write to _distinctReferencedConstants
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
60_distinctReferencedConstants = distinctReferencedConstants;
3 references to _distinctReferencedConstants
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (3)
386distinctReferencedConstants: _distinctReferencedConstants.Union(other._distinctReferencedConstants)); 418=> _distinctReferencedSymbols.Count + _distinctReferencedConstants.Count;