2 references to 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));