3 references to ERROR_INVALID_HANDLE
System.Core (3)
System\IO\LogStream.cs (2)
290
if (hr == UnsafeNativeMethods.
ERROR_INVALID_HANDLE
)
316
if (hr == UnsafeNativeMethods.
ERROR_INVALID_HANDLE
)
System\IO\Pipes\PipeStream.cs (1)
1161
if (errorCode == UnsafeNativeMethods.
ERROR_INVALID_HANDLE
) {