6 references to UnsafeQueueUserWorkItem
System.Threading.Channels (6)
System\Threading\Channels\AsyncOperation.cs (1)
369ChannelUtilities.UnsafeQueueUserWorkItem(continuation, state);
System\Threading\Channels\BoundedChannel.cs (1)
661ChannelUtilities.UnsafeQueueUserWorkItem(static state => // escape cancellation callback
System\Threading\Channels\RendezvousChannel.cs (1)
455ChannelUtilities.UnsafeQueueUserWorkItem(static state => // escape cancellation callback
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (1)
370ChannelUtilities.UnsafeQueueUserWorkItem(static state => // escape cancellation callback
System\Threading\Channels\UnboundedChannel.cs (1)
308ChannelUtilities.UnsafeQueueUserWorkItem(static state => // escape cancellation callback
System\Threading\Channels\UnboundedPriorityChannel.cs (1)
314ChannelUtilities.UnsafeQueueUserWorkItem(static state => // escape cancellation callback