1 instantiation of ProcessThread
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
599newThreadsArray[i] = new ProcessThread(_isRemoteMachine, _processId, (ThreadInfo)_processInfo._threadInfoList[i]);
16 references to ProcessThread
netstandard (1)
netstandard.cs (1)
670[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessThread))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
525[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessThread))]
System.Diagnostics.Process (12)
System\Diagnostics\Process.cs (2)
596ProcessThread[] newThreadsArray = new ProcessThread[count];
System\Diagnostics\ProcessThreadCollection.cs (10)
23public ProcessThreadCollection(ProcessThread[] processThreads) 31public ProcessThread this[int index] 33get { return (ProcessThread)InnerList[index]!; } 39public int Add(ProcessThread thread) 47public void Insert(int index, ProcessThread thread) 55public int IndexOf(ProcessThread thread) 63public bool Contains(ProcessThread thread) 71public void Remove(ProcessThread thread) 79public void CopyTo(ProcessThread[] array, int index) 86foreach (ProcessThread processThread in this)
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
456ProcessThread procThread = null; 459foreach ( ProcessThread thread in targetProcess.Threads )