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)
71
await syncPoint.
WaitForSyncPoint
().DefaultTimeout();
252
await syncPoint.
WaitForSyncPoint
().DefaultTimeout();