16 references to GetHashCode
Microsoft.CodeAnalysis.Workspaces (16)
SymbolEquivalenceComparer.cs (1)
156=> GetGetHashCodeVisitor(compareMethodTypeParametersByIndex: false, objectAndDynamicCompareEqually: false).GetHashCode(x, currentHash: 0);
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (14)
33_symbolAggregator = (acc, sym) => GetHashCode(sym, acc); 86GetHashCode(x.ElementType, currentHash))); 96GetHashCode(x.ContainingSymbol, currentHash)); 132currentHash = GetHashCode(x.ContainingSymbol, currentHash); 181GetHashCode(x.ContainingSymbol, currentHash)))))))); 197return GetHashCode(x.DelegateInvokeMethod, currentHash); 207GetHashCode(p.Type, a))); 223GetHashCode(x.ContainingSymbol, currentHash))); 231GetHashCode(x.Type, 232GetHashCode(x.ContainingSymbol, currentHash)))); 239GetHashCode(x.PointedAtType, currentHash)); 248GetHashCode(x.ContainingSymbol, currentHash)))); 257GetHashCode(x.ContainingSymbol, currentHash)); 289GetHashCode(x.ContainingSymbol, currentHash);
SymbolEquivalenceComparer.SignatureTypeSymbolEquivalenceComparer.cs (1)
25=> _symbolEquivalenceComparer.GetGetHashCodeVisitor(compareMethodTypeParametersByIndex: true, objectAndDynamicCompareEqually: true).GetHashCode(x, currentHash: 0);