Base:
2 references to GetHashCode
Microsoft.CodeAnalysis (2)
Symbols\Attributes\CommonAttributeDataComparer.cs (2)
58hash = Hash.Combine(arg.GetHashCode(), hash); 75hash = Hash.Combine(arg.Value.GetHashCode(), hash);