18 references to Combine
Microsoft.CodeAnalysis.CodeStyle (18)
src\Compilers\Core\Portable\FileSystem\RelativePathResolver.cs (1)
64
Hash.
Combine
(BaseDirectory, Hash.CombineValues(SearchPaths));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (17)
50
return Hash.Combine(GetNullableAnnotationsHashCode((ITypeSymbol)x), Hash.
Combine
(typeof(IDynamicTypeSymbol), currentHash));
95
Hash.
Combine
(x.Name,
102
Hash.
Combine
(x.Name,
103
Hash.
Combine
(x.Locations.FirstOrDefault(), currentHash));
107
=> Hash.
Combine
(x.Locations.FirstOrDefault(), currentHash);
114
currentHash = Hash.
Combine
(x.MetadataName, currentHash);
117
return Hash.
Combine
(x.Locations.FirstOrDefault(), currentHash);
127
Hash.
Combine
(x.Name, currentHash)))))));
144
=> CombineHashCodes(x.ContainingAssembly, Hash.
Combine
(x.Name, currentHash));
177
Hash.
Combine
(x.Name,
205
return Hash.
Combine
(p.Name,
217
return Hash.
Combine
(x.Name, currentHash);
222
Hash.
Combine
(x.Name,
230
Hash.
Combine
(x.Name,
246
Hash.
Combine
(x.Name,
258
Hash.
Combine
(x.Name,
297
=> Hash.
Combine
(x.Locations.FirstOrDefault(), currentHash);