1 instantiation of ProcessThreadCollection
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
602ProcessThreadCollection 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)
35private ProcessThreadCollection? _threads; 588public ProcessThreadCollection Threads 602ProcessThreadCollection newThreads = new ProcessThreadCollection(newThreadsArray);