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