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