1 write to _distinctReferencedConstants
Microsoft.CodeAnalysis.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
59_distinctReferencedConstants = distinctReferencedConstants;
3 references to _distinctReferencedConstants
Microsoft.CodeAnalysis.Analyzers (3)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (3)
385distinctReferencedConstants: _distinctReferencedConstants.Union(other._distinctReferencedConstants)); 417=> _distinctReferencedSymbols.Count + _distinctReferencedConstants.Count;