6 references to WaitToContinue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (6)
Infrastructure\SyncPoint.cs (4)
20/// Waits for the code-under-test to reach <see cref="WaitToContinue"/>. 26/// Cancel waiting for the code-under-test to reach <see cref="WaitToContinue"/>. 32/// Releases the code-under-test to continue past where it waited for <see cref="WaitToContinue"/>. 85return syncPoint.WaitToContinue();
ServerStreamingServerCallHandlerTests.cs (2)
43await syncPoint.WaitToContinue(); 218await syncPoint.WaitToContinue();