3 references to ERROR_OPERATION_ABORTED
Microsoft.AspNetCore.Server.IIS (3)
Core\IO\AsyncIOEngine.cs (2)
124ioOperation.Complete(NativeMethods.ERROR_OPERATION_ABORTED, 0); 188nextContinuation = next.Complete(NativeMethods.ERROR_OPERATION_ABORTED, 0);
Core\IO\AsyncIOOperation.cs (1)
98if (hr != NativeMethods.ERROR_OPERATION_ABORTED)