3 writes to _error
System.Threading.Channels (3)
System\Threading\Channels\AsyncOperation.cs (3)
189
_error
= null;
347
_error
= ExceptionDispatchInfo.Capture(exception);
362
_error
= ExceptionDispatchInfo.Capture(new OperationCanceledException(cancellationToken));
4 references to _error
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (4)
120
_error
== null ? ValueTaskSourceStatus.Succeeded :
121
_error
.SourceException is OperationCanceledException ? ValueTaskSourceStatus.Canceled :
142
ExceptionDispatchInfo? error =
_error
;
169
ExceptionDispatchInfo? error =
_error
;