1 instantiation of WinThreadEntry
System (1)
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
384NativeMethods.WinThreadEntry thread = new NativeMethods.WinThreadEntry();
3 references to WinThreadEntry
System (3)
compmod\microsoft\win32\NativeMethods.cs (2)
1274public static extern bool Thread32First(HandleRef handle, WinThreadEntry entry); 1277public static extern bool Thread32Next(HandleRef handle, WinThreadEntry entry);
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
384NativeMethods.WinThreadEntry thread = new NativeMethods.WinThreadEntry();