Base:
3 references to GetHashCode
Microsoft.CodeAnalysis.CSharp (3)
Symbols\DiscardSymbol.cs (1)
39
public override int GetHashCode() => this.TypeWithAnnotations.
GetHashCode
();
Symbols\FunctionPointers\FunctionPointerParameterSymbol.cs (1)
68
=> Hash.Combine(TypeWithAnnotations.
GetHashCode
(), ((int)FunctionPointerTypeSymbol.GetRefKindForHashCode(RefKind)).GetHashCode());
Symbols\MemberSignatureComparer.cs (1)
548
hash = Hash.Combine(member.GetTypeOrReturnType().
GetHashCode
(), hash);