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