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 : 458ExceptionDispatchInfo? error = _error; 502ExceptionDispatchInfo? error = _error;