2 references to NamePtr
System (2)
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
1166if( pi.NamePtr == IntPtr.Zero) { 1179string processName = GetProcessShortName(Marshal.PtrToStringUni(pi.NamePtr, pi.NameLength/sizeof(char)));