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