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