Base:
8 references to GetHashCode
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (7)
CodeGen\CodeGenAwaitUsingTests.cs (7)
3592_ = nulls1.GetHashCode(); 3593_ = nulls2.GetHashCode(); 3594_ = nulls3.GetHashCode(); 3595_ = nulls4.GetHashCode(); 3596_ = nulls5.GetHashCode(); 3626Assert.True(first.GetHashCode() == another.GetHashCode());
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\AwaitExpressionTests.cs (1)
322Assert.Equal(0, info.GetHashCode());