15 references to GetHashCode
Microsoft.CodeAnalysis.Workspaces (15)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.cs (1)
172
=> GetGetHashCodeVisitor(compareMethodTypeParametersByIndex: false).
GetHashCode
(x, currentHash: 0);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (14)
30
_symbolAggregator = (acc, sym) =>
GetHashCode
(sym, acc);
83
GetHashCode
(x.ElementType, currentHash)));
93
GetHashCode
(x.ContainingSymbol, currentHash));
129
currentHash =
GetHashCode
(x.ContainingSymbol, currentHash);
178
GetHashCode
(x.ContainingSymbol, currentHash))))))));
194
return
GetHashCode
(x.DelegateInvokeMethod, currentHash);
204
GetHashCode
(p.Type, a)));
220
GetHashCode
(x.ContainingSymbol, currentHash)));
228
GetHashCode
(x.Type,
229
GetHashCode
(x.ContainingSymbol, currentHash))));
236
GetHashCode
(x.PointedAtType, currentHash));
247
GetHashCode
(x.ContainingSymbol, currentHash))))));
256
GetHashCode
(x.ContainingSymbol, currentHash));
288
GetHashCode
(x.ContainingSymbol, currentHash);