2 references to CancellationCallbackDelegate
System.Threading.Channels (2)
System\Threading\Channels\UnboundedPriorityChannel.cs (2)
104
new BlockedReadAsyncOperation<T>(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.
CancellationCallbackDelegate
);
176
new(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.
CancellationCallbackDelegate
);