Base:
3 references to GetHashCode
Microsoft.CodeAnalysis.CSharp (3)
Symbols\DiscardSymbol.cs (1)
39public 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)
541hash = Hash.Combine(member.GetTypeOrReturnType().GetHashCode(), hash);