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