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