39 references to Combine
Microsoft.CodeAnalysis.Workspaces (39)
Classification\ClassifiedSpan.cs (1)
22=> Hash.Combine(this.ClassificationType, this.TextSpan.GetHashCode());
Diagnostics\DiagnosticData.cs (5)
138Hash.Combine(Id, 139Hash.Combine(Category, 143Hash.Combine(ProjectId, 144Hash.Combine(DocumentId, 145Hash.Combine(Message, 0)))))))));
FindSymbols\ReferenceLocation.cs (2)
128Hash.Combine(this.Alias, 129Hash.Combine(this.Location, this.Document.Id.GetHashCode()))));
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (4)
255=> Hash.Combine(Name, 256Hash.Combine(NameSuffix, 257Hash.Combine(ContainerDisplayName, 258Hash.Combine(FullyQualifiedContainerName,
Packaging\IPackageInstallerService.cs (1)
62=> Hash.Combine(Name, Source.GetHashCode());
Remote\RemoteArguments.cs (1)
48=> Hash.Combine(this.SymbolKeyData, this.ProjectId.GetHashCode());
Shared\Extensions\INamespaceSymbolExtensions.Comparer.cs (1)
19=> GetNameParts(obj).Aggregate(0, (a, v) => Hash.Combine(v, a));
src\Compilers\Core\Portable\FileSystem\RelativePathResolver.cs (1)
64Hash.Combine(BaseDirectory, Hash.CombineValues(SearchPaths));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\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, 258Hash.Combine(x.Name, 297=> Hash.Combine(x.Locations.FirstOrDefault(), currentHash);
Workspace\Host\Metadata\WorkspaceMetadataFileReferenceResolver.cs (2)
47=> Hash.Combine(_metadataService, Hash.Combine(PathResolver, 0));
Workspace\Solution\CompilationOutputInfo.cs (2)
72=> Hash.Combine(GeneratedFilesOutputDirectory, Hash.Combine(AssemblyPath, 0));
Workspace\Solution\DocumentId.cs (1)
81=> Hash.Combine(this.ProjectId, this.Id.GetHashCode());
Workspace\Solution\ProjectReference.cs (1)
63=> Hash.CombineValues(Aliases, Hash.Combine(ProjectId, EmbedInteropTypes.GetHashCode()));