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
);
356
if (
_exception
is not null)
358
_finalTaskSource.SetException(
_exception
);
367
exception =
_exception
;