2 instantiations of LogicalThread
System.Activities (2)
System\Activities\Debugger\StateManager.cs (2)
146
this.threads[i] = new
LogicalThread
(i, threadName, this);
156
this.threads.Add(new
LogicalThread
(threadId, threadName, this));
4 references to LogicalThread
System.Activities (4)
System\Activities\Debugger\StateManager.cs (4)
42
List<
LogicalThread
> threads;
65
this.threads = new List<
LogicalThread
>();
267
foreach (
LogicalThread
logicalThread in this.threads)
284
LogicalThread
thread = this.threads[threadIndex];