1 write to _continueFromSyncPoint
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
Infrastructure\SyncPoint.cs (1)
16
_continueFromSyncPoint
= new TaskCompletionSource<object?>(taskCreationOptions);
2 references to _continueFromSyncPoint
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
Infrastructure\SyncPoint.cs (2)
34
public void Continue() =>
_continueFromSyncPoint
.TrySetResult(null);
46
return
_continueFromSyncPoint
.Task;