Base:
4 references to GetHashCode
Microsoft.CodeAnalysis (4)
Diagnostic\ExternalFileLocation.cs (2)
79
return Hash.Combine(_lineSpan.
GetHashCode
(),
80
Hash.Combine(_mappedLineSpan.
GetHashCode
(), _sourceSpan.GetHashCode()));
Diagnostic\XmlLocation.cs (1)
78
return _positionSpan.
GetHashCode
();
Syntax\LineMapping.cs (1)
54
=> Hash.Combine(Hash.Combine(Span.GetHashCode(), CharacterOffset.GetHashCode()), MappedSpan.
GetHashCode
());