2 writes to _exception
System.Net.Quic (2)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (2)
306_exception = null; 340_exception = exception;
5 references to _exception
System.Net.Quic (5)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (5)
315return _exception is null 317: Task.FromException(_exception); 353if (_exception is not null) 355_finalTaskSource?.SetException(_exception); 362exception = _exception;