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
"/>.
85
return syncPoint.
WaitToContinue
();
ServerStreamingServerCallHandlerTests.cs (2)
43
await syncPoint.
WaitToContinue
();
218
await syncPoint.
WaitToContinue
();