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