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);