3 references to GetHashCode
Microsoft.CodeAnalysis (3)
CodeGen\PrivateImplementationDetails.cs (1)
568ByteSequenceComparer.GetHashCode(obj.Data); // purposefully not including Value, as it won't add meaningfully to the hash code
Collections\ByteSequenceComparer.cs (1)
124return GetHashCode(x);
PEWriter\MetadataWriter.cs (1)
4395return Hash.Combine(ByteSequenceComparer.GetHashCode(x.Item1), x.Item2.GetHashCode());