Base:
4 references to GetHashCode
Microsoft.CodeAnalysis (2)
Diagnostic\FileLinePositionSpan.cs (1)
118
=> Hash.Combine(Path, Hash.Combine(HasMappedPath, Span.
GetHashCode
()));
Syntax\LineMapping.cs (1)
54
=> Hash.Combine(Hash.Combine(Span.
GetHashCode
(), CharacterOffset.GetHashCode()), MappedSpan.GetHashCode());
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\ActiveStatementSpan.cs (1)
67
=> Hash.Combine(Ordinal, Hash.Combine(LineSpan.
GetHashCode
(), Hash.Combine(UnmappedDocumentId, (int)Flags)));
EditAndContinue\SourceFileSpan.cs (1)
77
=> Hash.Combine(Path, Span.
GetHashCode
());