2 references to TryComplete
System.Net.Quic (2)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (2)
192if (_finalTaskSource.TryComplete(exception)) 291/// It remembers the result from <see cref="TryComplete"/> and propagates it to <see cref="_finalTaskSource"/> only after <see cref="TrySignal"/> is called.