7 references to INVALID_HANDLE_VALUE
mscorlib (7)
system\console.cs (4)
685if (hConsole == Win32Native.INVALID_HANDLE_VALUE) 969if (hConsole == Win32Native.INVALID_HANDLE_VALUE) { 1631if (handle == Win32Native.INVALID_HANDLE_VALUE) 1646if (handle == Win32Native.INVALID_HANDLE_VALUE)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
397return Win32Native.INVALID_HANDLE_VALUE;
system\threading\threadpool.cs (1)
937return Win32Native.INVALID_HANDLE_VALUE;
system\threading\waithandle.cs (1)
55return Win32Native.INVALID_HANDLE_VALUE;