2 references to CancellationCallbackDelegate
System.Threading.Channels (2)
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (2)
114
newBlockedReader = new BlockedReadAsyncOperation<T>(_parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.
CancellationCallbackDelegate
);
186
newWaitingReader = new WaitingReadAsyncOperation(_parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.
CancellationCallbackDelegate
);