1 write to _sendComplete
Interop.FunctionalTests (1)
HttpClientHttp2InteropTests.cs (1)
480
_sendComplete
= new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);
6 references to _sendComplete
Interop.FunctionalTests (6)
HttpClientHttp2InteropTests.cs (6)
471
if (
_sendComplete
== null)
475
_sendComplete
.TrySetResult();
491
_sendComplete
.TrySetException(ex);
496
return
_sendComplete
.Task;
507
if (
_sendComplete
== null)
511
_sendComplete
.TrySetException(new Exception("Abort"));