3 writes to _error
System.Threading.Channels (3)
System\Threading\Channels\AsyncOperation.cs (3)
152
_error
= ExceptionDispatchInfo.Capture(exception);
167
_error
= ExceptionDispatchInfo.Capture(new OperationCanceledException(cancellationToken));
494
_error
= null;
4 references to _error
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (4)
460
_error
is null ? ValueTaskSourceStatus.Succeeded :
461
_error
.SourceException is OperationCanceledException ? ValueTaskSourceStatus.Canceled :
479
ExceptionDispatchInfo? error =
_error
;
534
ExceptionDispatchInfo? error =
_error
;