12 references to UnsafeQueueUserWorkItem
InMemory.FunctionalTests (1)
TestTransport\InMemoryTransportConnection.cs (1)
71ThreadPool.UnsafeQueueUserWorkItem(state =>
Microsoft.AspNetCore.Server.HttpSys (1)
MessagePump.cs (1)
122ThreadPool.UnsafeQueueUserWorkItem(state => state.ActivateRequestProcessingLimits(), this, preferLocal: false);
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.IO.cs (1)
262ThreadPool.UnsafeQueueUserWorkItem(ctx =>
Core\IO\AsyncIOOperation.cs (1)
154ThreadPool.UnsafeQueueUserWorkItem(Continuation, State, preferLocal: false);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConnectionDispatcher.cs (1)
29ThreadPool.UnsafeQueueUserWorkItem(StartAcceptingConnectionsCore, listener, preferLocal: false);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.cs (1)
137ThreadPool.UnsafeQueueUserWorkItem(state =>
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Internal\SocketAwaitableEventArgs.cs (1)
78ThreadPool.UnsafeQueueUserWorkItem(continuation, state, preferLocal: true);
Internal\SocketConnection.cs (1)
356ThreadPool.UnsafeQueueUserWorkItem(state =>
System.IO.Pipelines (1)
System\IO\Pipelines\ThreadPoolScheduler.netcoreapp.cs (1)
18System.Threading.ThreadPool.UnsafeQueueUserWorkItem(action, state, preferLocal: false);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Sources\ManualResetValueTaskSourceCore.cs (2)
186ThreadPool.UnsafeQueueUserWorkItem(continuation, state, preferLocal: true); 231ThreadPool.UnsafeQueueUserWorkItem(continuation, _continuationState, preferLocal: true);
System.Threading.Channels (1)
System\Threading\Channels\ChannelUtilities.netcoreapp.cs (1)
9ThreadPool.UnsafeQueueUserWorkItem(action, state, preferLocal: false);