6 references to GetCurrentProcess
System (6)
services\monitoring\system\diagnosticts\Process.cs (3)
1464IntPtr processHandle = NativeMethods.GetCurrentProcess(); 1927if (!NativeMethods.DuplicateHandle(new HandleRef(this, NativeMethods.GetCurrentProcess()), 1929new HandleRef(this, NativeMethods.GetCurrentProcess()),
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
108new HandleRef(null, NativeMethods.GetCurrentProcess()),
services\monitoring\system\diagnosticts\processwaithandle.cs (2)
16new HandleRef(this, NativeMethods.GetCurrentProcess()), 18new HandleRef(this, NativeMethods.GetCurrentProcess()),