13 references to Combine
Microsoft.CodeAnalysis.CodeStyle (13)
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (11)
121Hash.Combine(IsPartialMethodImplementationPart(x), 122Hash.Combine(IsPartialMethodDefinitionPart(x), 123Hash.Combine(x.IsDefinition, 124Hash.Combine(IsConstructedFromSelf(x), 175Hash.Combine(IsConstructedFromSelf(x), 178Hash.Combine(x.IsAnonymousType, 179Hash.Combine(x.IsUnboundGenericType, 206Hash.Combine(p.IsReadOnly, 221Hash.Combine(x.IsGlobalNamespace, 229Hash.Combine(x.IsRefOrOut(), 245Hash.Combine(x.IsIndexer,
SymbolEquivalenceComparer.ParameterSymbolEqualityComparer.cs (1)
76Hash.Combine(x.IsRefOrOut(),
SyntaxPath.cs (1)
193=> Hash.Combine(_trackKinds, Hash.Combine(_kind, GetSegmentHashCode()));