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