Base:
3 references to GetHashCode
Microsoft.CodeAnalysis (2)
Symbols\Attributes\CommonAttributeDataComparer.cs (2)
58
hash = Hash.Combine(arg.
GetHashCode
(), hash);
75
hash = Hash.Combine(arg.Value.
GetHashCode
(), hash);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
6740
=> obj.
GetHashCode
();