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)); 523_error = null;
4 references to _error
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (4)
438_error is null ? ValueTaskSourceStatus.Succeeded : 439_error.SourceException is OperationCanceledException ? ValueTaskSourceStatus.Canceled : 457ExceptionDispatchInfo? error = _error; 501ExceptionDispatchInfo? error = _error;