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