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