Base:
10 references to GetHashCode
Microsoft.CodeAnalysis.CSharp (2)
Compilation\ForEachStatementInfo.cs (2)
122Hash.Combine(MoveNextAwaitableInfo.GetHashCode(), 125Hash.Combine(DisposeAwaitableInfo.GetHashCode(),
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (7)
CodeGen\CodeGenAwaitUsingTests.cs (7)
3578_ = nulls1.GetHashCode(); 3579_ = nulls2.GetHashCode(); 3580_ = nulls3.GetHashCode(); 3581_ = nulls4.GetHashCode(); 3582_ = nulls5.GetHashCode(); 3612Assert.True(first.GetHashCode() == another.GetHashCode());
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\AwaitExpressionTests.cs (1)
323Assert.Equal(0, info.GetHashCode());