6 references to GetResultMethod
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (6)
Semantics\AsyncAwait.vb (6)
54Assert.Null(awaitInfo.GetResultMethod) 114Assert.Equal("Function MyTaskAwaiter(Of System.Int32).GetResult() As System.Int32", awaitInfo.GetResultMethod.ToTestDisplayString()) 183Assert.Null(awaitInfo.GetResultMethod) 940Assert.Equal("Function MyTaskAwaiter(Of System.Int32).GetResult() As System.Int32", awaitInfo.GetResultMethod.ToTestDisplayString()) 1421Assert.Null(awaitInfo.GetResultMethod) 1963Assert.Equal("Function MyTaskAwaiter(Of System.Int32).GetResult() As System.Int32", awaitInfo.GetResultMethod.ToTestDisplayString())