2 references to TryComplete
System.Net.Quic (2)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (2)
192
if (_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.