8 references to INVALID_HANDLE_VALUE
System (8)
compmod\system\codedom\compiler\Executor.cs (4)
230
if ( pi.hProcess!= (IntPtr)0 && pi.hProcess!= (IntPtr)NativeMethods.
INVALID_HANDLE_VALUE
)
232
if ( pi.hThread != (IntPtr)0 && pi.hThread != (IntPtr)NativeMethods.
INVALID_HANDLE_VALUE
)
265
if ( pi.hProcess!= (IntPtr)0 && pi.hProcess!= (IntPtr)NativeMethods.
INVALID_HANDLE_VALUE
)
267
if ( pi.hThread != (IntPtr)0 && pi.hThread != (IntPtr)NativeMethods.
INVALID_HANDLE_VALUE
)
services\monitoring\system\diagnosticts\Process.cs (4)
2094
if ( processInfo.hProcess!= (IntPtr)0 && processInfo.hProcess!= (IntPtr)NativeMethods.
INVALID_HANDLE_VALUE
)
2096
if ( processInfo.hThread != (IntPtr)0 && processInfo.hThread != (IntPtr)NativeMethods.
INVALID_HANDLE_VALUE
)
2129
if ( processInfo.hProcess!= (IntPtr)0 && processInfo.hProcess!= (IntPtr)NativeMethods.
INVALID_HANDLE_VALUE
)
2131
if ( processInfo.hThread != (IntPtr)0 && processInfo.hThread != (IntPtr)NativeMethods.
INVALID_HANDLE_VALUE
)