5 references to _shutdownTcs
System.Net.Quic (5)
System\Net\Quic\QuicConnection.cs (5)
127connection._shutdownTcs.TrySetResult(); 609if (_shutdownTcs.TryGetValueTask(out ValueTask valueTask, this, cancellationToken)) 682_shutdownTcs.TrySetResult(final: true); 826if (_shutdownTcs.TryGetValueTask(out ValueTask valueTask, this)) 848await _shutdownTcs.GetFinalTask(this).ConfigureAwait(false);