21 references to Combine
Microsoft.CodeAnalysis.EditorFeatures (3)
Structure\StructureTag.cs (3)
69Hash.Combine(this.IsCollapsible, 70Hash.Combine(this.IsDefaultCollapsed, 71Hash.Combine(this.IsImplementation,
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\NonRemappableRegion.cs (1)
50=> Hash.Combine(OldSpan.GetHashCode(), Hash.Combine(IsExceptionRegion, NewSpan.GetHashCode()));
FindUsages\DefinitionItem.DetachedDefinitionItem.cs (1)
78Hash.Combine(this.DisplayIfNoReferences,
Microsoft.CodeAnalysis.Workspaces (15)
Diagnostics\DiagnosticData.cs (1)
166Hash.Combine(IsSuppressed,
FindSymbols\ReferenceLocation.cs (1)
138Hash.Combine(this.IsImplicit,
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()));
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\DiagnosticTableItem.cs (1)
119Hash.Combine(data.IsSuppressed,