4 references to Combine
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
src\RoslynAnalyzers\Utilities\Compiler\HashUtilities.cs (1)
74Combine(dictionary, ref hashCode);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (3)
261HashUtilities.Combine(_names, ref hashCode); 262HashUtilities.Combine(_symbols, ref hashCode); 263HashUtilities.Combine(_wildcardNamesBySymbolKind, ref hashCode);