1 instantiation of ProcessThreadCollection
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
602
ProcessThreadCollection newThreads = new
ProcessThreadCollection
(newThreadsArray);
5 references to ProcessThreadCollection
netstandard (1)
netstandard.cs (1)
671
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.
ProcessThreadCollection
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
526
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.
ProcessThreadCollection
))]
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (3)
35
private
ProcessThreadCollection
? _threads;
588
public
ProcessThreadCollection
Threads
602
ProcessThreadCollection
newThreads = new ProcessThreadCollection(newThreadsArray);