1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
51
_runContinuationsAsynchronously
= runContinuationsAsynchronously;
4 references to _runContinuationsAsynchronously
System.Threading.Channels (4)
System\Threading\Channels\BoundedChannel.cs (4)
69
_readerSingleton = new AsyncOperation<T>(parent.
_runContinuationsAsynchronously
, pooled: true);
70
_waiterSingleton = new AsyncOperation<bool>(parent.
_runContinuationsAsynchronously
, pooled: true);
181
var reader = new AsyncOperation<T>(parent.
_runContinuationsAsynchronously
| cancellationToken.CanBeCanceled, cancellationToken);
235
var waiter = new AsyncOperation<bool>(parent.
_runContinuationsAsynchronously
| cancellationToken.CanBeCanceled, cancellationToken);