1 instantiation of ProcessThreadCollection
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
1057ProcessThreadCollection newThreads = new ProcessThreadCollection(newThreadsArray);
3 references to ProcessThreadCollection
System (3)
services\monitoring\system\diagnosticts\Process.cs (3)
59ProcessThreadCollection threads; 1046public ProcessThreadCollection Threads { 1057ProcessThreadCollection newThreads = new ProcessThreadCollection(newThreadsArray);