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 : 479ExceptionDispatchInfo? error = _error; 534ExceptionDispatchInfo? error = _error;