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