1 instantiation of ProcessThread
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
599
newThreadsArray[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)
596
ProcessThread
[] newThreadsArray = new
ProcessThread
[count];
System\Diagnostics\ProcessThreadCollection.cs (10)
23
public ProcessThreadCollection(
ProcessThread
[] processThreads)
31
public
ProcessThread
this[int index]
33
get { return (
ProcessThread
)InnerList[index]!; }
39
public int Add(
ProcessThread
thread)
47
public void Insert(int index,
ProcessThread
thread)
55
public int IndexOf(
ProcessThread
thread)
63
public bool Contains(
ProcessThread
thread)
71
public void Remove(
ProcessThread
thread)
79
public void CopyTo(
ProcessThread
[] array, int index)
86
foreach (
ProcessThread
processThread in this)
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
455
ProcessThread
procThread = null;
458
foreach (
ProcessThread
thread in targetProcess.Threads )