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