2 implementations of NotifyCompletion
Microsoft.AspNetCore.Server.IIS (2)
Core\IO\AsyncIOEngine.cs (1)
168
public void
NotifyCompletion
(int hr, int bytes)
Core\IO\WebSocketsAsyncIOEngine.cs (1)
90
public void
NotifyCompletion
(int hr, int bytes)
1 reference to NotifyCompletion
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.cs (1)
789
AsyncIO!.
NotifyCompletion
(hr, bytes);