8 references to CombineValues
Microsoft.CodeAnalysis.CodeStyle (8)
NamingStylePreferences.cs (3)
373return Hash.Combine(Hash.CombineValues(SymbolSpecifications), 374Hash.Combine(Hash.CombineValues(NamingStyles), 375Hash.CombineValues(NamingRules)));
RelativePathResolver.cs (1)
66Hash.Combine(BaseDirectory, Hash.CombineValues(SearchPaths));
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (1)
168return Hash.Combine(currentHash, Hash.CombineValues(x.TupleElements));
SymbolSpecification.cs (3)
225Hash.Combine(Hash.CombineValues(ApplicableSymbolKindList), 226Hash.Combine(Hash.CombineValues(ApplicableAccessibilityList), 227Hash.CombineValues(RequiredModifierList)))));