75 references to Combine
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (4)
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Microsoft.CodeAnalysis.Features (10)
Microsoft.CodeAnalysis.Workspaces (37)
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (17)
50return Hash.Combine(GetNullableAnnotationsHashCode((ITypeSymbol)x), Hash.Combine(typeof(IDynamicTypeSymbol), currentHash));
95Hash.Combine(x.Name,
102Hash.Combine(x.Name,
103Hash.Combine(x.Locations.FirstOrDefault(), currentHash));
107=> Hash.Combine(x.Locations.FirstOrDefault(), currentHash);
114currentHash = Hash.Combine(x.MetadataName, currentHash);
117return Hash.Combine(x.Locations.FirstOrDefault(), currentHash);
127Hash.Combine(x.Name, currentHash)))))));
144=> CombineHashCodes(x.ContainingAssembly, Hash.Combine(x.Name, currentHash));
177Hash.Combine(x.Name,
205return Hash.Combine(p.Name,
217return Hash.Combine(x.Name, currentHash);
222Hash.Combine(x.Name,
230Hash.Combine(x.Name,
246Hash.Combine(x.Name,
256Hash.Combine(x.Name,
293=> Hash.Combine(x.Locations.FirstOrDefault(), currentHash);
Microsoft.VisualStudio.IntegrationTest.Utilities (12)
Microsoft.VisualStudio.LanguageServices (6)
Microsoft.VisualStudio.LanguageServices.Implementation (2)