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 : 142ExceptionDispatchInfo? error = _error; 169ExceptionDispatchInfo? error = _error;