2 references to WaitAsync
System.Net.Quic (2)
src\libraries\Common\src\System\Net\StreamBuffer.cs (2)
173
await _writeTaskSource.
WaitAsync
(cancellationToken).ConfigureAwait(false);
246
await _readTaskSource.
WaitAsync
(cancellationToken).ConfigureAwait(false);