3 references to ERROR_OPERATION_ABORTED
mscorlib (3)
system\io\__error.cs (1)
184
case Win32Native.
ERROR_OPERATION_ABORTED
:
system\io\filestream.cs (2)
2770
if (asyncResult.ErrorCode == Win32Native.
ERROR_OPERATION_ABORTED
)
2806
if (asyncResult.ErrorCode == Win32Native.
ERROR_OPERATION_ABORTED
)