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