1 write to _distinctReferencedConstants
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
62_distinctReferencedConstants = distinctReferencedConstants;
3 references to _distinctReferencedConstants
Roslyn.Diagnostics.Analyzers (3)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (3)
388distinctReferencedConstants: _distinctReferencedConstants.Union(other._distinctReferencedConstants)); 420=> _distinctReferencedSymbols.Count + _distinctReferencedConstants.Count;