2 references to StartAsync
System.Net.Quic (2)
System\Net\Quic\QuicConnection.cs (1)
537
await stream.
StartAsync
(_decrementStreamCapacity, cancellationToken).ConfigureAwait(false);
System\Net\Quic\QuicStream.cs (1)
125
/// Provided via <see cref="
StartAsync
(Action{QuicStreamType}, CancellationToken)" /> from <see cref="QuicConnection" /> so that <see cref="QuicStream"/> can decrement its available stream count field.