Base:
2 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());