30 implementations of Execute
Interop.FunctionalTests (1)
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
161void IThreadPoolWorkItem.Execute()
Microsoft.AspNetCore.Server.HttpSys (3)
MessagePump.cs (1)
294public void Execute()
RequestProcessing\RequestContext.cs (1)
370public void Execute()
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
161void IThreadPoolWorkItem.Execute()
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (1)
886public void Execute()
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
161void IThreadPoolWorkItem.Execute()
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Stream.cs (1)
673public abstract void Execute();
Internal\Http3\Http3ControlStream.cs (1)
505public abstract void Execute();
Internal\Http3\Http3Stream.cs (1)
1285public abstract void Execute();
Internal\Infrastructure\KestrelConnectionOfT.cs (1)
36void IThreadPoolWorkItem.Execute()
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
161void IThreadPoolWorkItem.Execute()
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\Transport.Sockets\src\Internal\IOQueue.cs (1)
30void IThreadPoolWorkItem.Execute()
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
161void IThreadPoolWorkItem.Execute()
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
161void IThreadPoolWorkItem.Execute()
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\IOQueue.cs (1)
30void IThreadPoolWorkItem.Execute()
System.Net.Sockets (4)
System\Net\Sockets\SocketAsyncContext.Unix.cs (3)
293void IThreadPoolWorkItem.Execute() 340void IThreadPoolWorkItem.Execute() => AssociatedContext.ProcessAsyncReadOperation(this); 347void IThreadPoolWorkItem.Execute() => AssociatedContext.ProcessAsyncWriteOperation(this);
System\Net\Sockets\SocketAsyncEngine.Unix.cs (1)
251void IThreadPoolWorkItem.Execute()
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.ThreadPoolValueTaskSource.cs (1)
153void IThreadPoolWorkItem.Execute()
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (1)
399void IThreadPoolWorkItem.Execute() => MoveNext();
src\libraries\System.Private.CoreLib\src\System\Threading\CompleteWaitThreadPoolWorkItem.cs (1)
13void IThreadPoolWorkItem.Execute() => PortableThreadPool.CompleteWait(_registeredWaitHandle, _timedOut);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
489void IThreadPoolWorkItem.Execute()
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
7215void IThreadPoolWorkItem.Execute()
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
620void IThreadPoolWorkItem.Execute()
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
1238public virtual void Execute()
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
661void IThreadPoolWorkItem.Execute() => Fire(isThreadPool: true);
src\libraries\System.Private.CoreLib\src\System\Threading\TimerQueue.Portable.cs (1)
140void IThreadPoolWorkItem.Execute() => FireNextTimers();
System.Threading.Channels (1)
System\Threading\Channels\AsyncOperation.netcoreapp.cs (1)
8void IThreadPoolWorkItem.Execute() => SetCompletionAndInvokeContinuation();
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.ForEachAsync.cs (1)
669void IThreadPoolWorkItem.Execute()
2 references to Execute
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncContext.Unix.cs (1)
291public void Process() => ((IThreadPoolWorkItem)this).Execute();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
1057Unsafe.As<IThreadPoolWorkItem>(workItem).Execute();