2 writes to _exception
System.Net.Quic (2)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (2)
307_exception = null; 341_exception = exception;
5 references to _exception
System.Net.Quic (5)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (5)
316_signaledTask ??= _exception is null ? Task.CompletedTask : Task.FromException(_exception); 356if (_exception is not null) 358_finalTaskSource.SetException(_exception); 367exception = _exception;