1 write to Continuation
Microsoft.AspNetCore.Server.IIS (1)
Core\IO\AsyncIOOperation.cs (1)
146
Continuation
= continuation;
2 references to Continuation
Microsoft.AspNetCore.Server.IIS (2)
Core\IO\AsyncIOOperation.cs (2)
152
if (
Continuation
!= null)
154
ThreadPool.UnsafeQueueUserWorkItem(
Continuation
, State, preferLocal: false);