2 references to SafeProcessHandle
System (2)
compmod\microsoft\win32\safehandles\SafeProcessHandle.cs (1)
30internal static SafeProcessHandle InvalidHandle = new SafeProcessHandle(IntPtr.Zero);
services\monitoring\system\diagnosticts\Process.cs (1)
2278SafeProcessHandle handle = new SafeProcessHandle(shellExecuteInfo.hProcess);