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