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)
315
return
_exception
is null
317
: Task.FromException(
_exception
);
353
if (
_exception
is not null)
355
_finalTaskSource?.SetException(
_exception
);
362
exception =
_exception
;