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