4 references to GetHashCode
Microsoft.CodeAnalysis (4)
CodeGen\PrivateImplementationDetails.cs (1)
516
ByteSequenceComparer.
GetHashCode
(obj.Data); // purposefully not including Value, as it won't add meaningfully to the hash code
Collections\ByteSequenceComparer.cs (1)
124
return
GetHashCode
(x);
DiagnosticAnalyzer\AdditionalTextComparer.cs (1)
56
ByteSequenceComparer.
GetHashCode
(GetTextOrNullIfBinary(obj)?.GetChecksum() ?? ImmutableArray<byte>.Empty));
PEWriter\MetadataWriter.cs (1)
4344
return Hash.Combine(ByteSequenceComparer.
GetHashCode
(x.Item1), x.Item2.GetHashCode());