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)); 493_error = null;
4 references to _error
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (4)
459_error is null ? ValueTaskSourceStatus.Succeeded : 460_error.SourceException is OperationCanceledException ? ValueTaskSourceStatus.Canceled : 478ExceptionDispatchInfo? error = _error; 533ExceptionDispatchInfo? error = _error;