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