4 references to CancellationCallbackDelegate
System.Threading.Channels (4)
System\Threading\Channels\RendezvousChannel.cs (4)
160
new(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.
CancellationCallbackDelegate
);
216
new(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.
CancellationCallbackDelegate
);
366
new(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.
CancellationCallbackDelegate
);
402
new(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.
CancellationCallbackDelegate
);