Base:
4 references to GetHashCode
Microsoft.CodeAnalysis (3)
Symbols\Attributes\CommonAttributeDataComparer.cs (3)
70
hash = Hash.Combine(arg.
GetHashCode
(), hash);
87
hash = hashCombine(arg.Value.
GetHashCode
(), hash, _considerNamedArgumentsOrder);
131
return obj.
GetHashCode
();
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
6930
=> obj.
GetHashCode
();