3 references to WaitForSyncPoint
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
Infrastructure\SyncPoint.cs (1)
40
/// This code will unblock <see cref="
WaitForSyncPoint
"/> and then block waiting for <see cref="Continue"/> to be called.
ServerStreamingServerCallHandlerTests.cs (2)
70
await syncPoint.
WaitForSyncPoint
().DefaultTimeout();
251
await syncPoint.
WaitForSyncPoint
().DefaultTimeout();