2 references to STD_INPUT_HANDLE
System (2)
compmod\system\codedom\compiler\Executor.cs (1)
185si.hStdInput = new SafeFileHandle(UnsafeNativeMethods.GetStdHandle(NativeMethods.STD_INPUT_HANDLE), false);
services\monitoring\system\diagnosticts\Process.cs (1)
2013startupInfo.hStdInput = new SafeFileHandle(NativeMethods.GetStdHandle(NativeMethods.STD_INPUT_HANDLE), false);