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); 83GetHashCode(x.ElementType, currentHash))); 93GetHashCode(x.ContainingSymbol, currentHash)); 129currentHash = GetHashCode(x.ContainingSymbol, currentHash); 178GetHashCode(x.ContainingSymbol, currentHash)))))))); 194return GetHashCode(x.DelegateInvokeMethod, currentHash); 204GetHashCode(p.Type, a))); 220GetHashCode(x.ContainingSymbol, currentHash))); 228GetHashCode(x.Type, 229GetHashCode(x.ContainingSymbol, currentHash)))); 236GetHashCode(x.PointedAtType, currentHash)); 247GetHashCode(x.ContainingSymbol, currentHash)))))); 256GetHashCode(x.ContainingSymbol, currentHash)); 288GetHashCode(x.ContainingSymbol, currentHash);