3 writes to _error
System.Threading.Channels (3)
System\Threading\Channels\AsyncOperation.cs (3)
151
_error
= ExceptionDispatchInfo.Capture(exception);
166
_error
= ExceptionDispatchInfo.Capture(new OperationCanceledException(cancellationToken));
524
_error
= null;
4 references to _error
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (4)
439
_error
is null ? ValueTaskSourceStatus.Succeeded :
440
_error
.SourceException is OperationCanceledException ? ValueTaskSourceStatus.Canceled :
458
ExceptionDispatchInfo? error =
_error
;
502
ExceptionDispatchInfo? error =
_error
;