7 references to Complete
Microsoft.AspNetCore.Server.IIS (7)
Core\IO\AsyncIOEngine.cs (3)
124ioOperation.Complete(NativeMethods.ERROR_OPERATION_ABORTED, 0); 177continuation = _runningOperation.Complete(hr, bytes); 188nextContinuation = next.Complete(NativeMethods.ERROR_OPERATION_ABORTED, 0);
Core\IO\AsyncIOOperation.cs (1)
89return Complete(hr, bytes);
Core\IO\WebSocketsAsyncIOEngine.cs (1)
100var continuation = init.Complete(hr, bytes);
Core\IO\WebSocketsAsyncIOEngine.Read.cs (1)
21var continuation = context.Complete(hr, cbBytes);
Core\IO\WebSocketsAsyncIOEngine.Write.cs (1)
20var continuation = context.Complete(hr, cbBytes);