14 references to Combine
Microsoft.CodeAnalysis.CodeStyle (14)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (13)
118Hash.Combine(IsPartialMethodImplementationPart(x), 119Hash.Combine(IsPartialMethodDefinitionPart(x), 120Hash.Combine(x.IsDefinition, 121Hash.Combine(IsConstructedFromSelf(x), 172Hash.Combine(IsConstructedFromSelf(x), 175Hash.Combine(x.IsAnonymousType, 176Hash.Combine(x.IsUnboundGenericType, 203Hash.Combine(p.IsReadOnly, 218Hash.Combine(x.IsGlobalNamespace, 226Hash.Combine(x.IsRefOrOut(), 242Hash.Combine(x.IsIndexer, 245Hash.Combine(IsPartialMethodImplementationPart(x), 246Hash.Combine(IsPartialMethodDefinitionPart(x),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SyntaxPath.cs (1)
176=> Hash.Combine(_trackKinds, Hash.Combine(_kind, GetSegmentHashCode()));