2 references to LogicalThread
System.Activities (2)
System\Activities\Debugger\StateManager.cs (2)
146this.threads[i] = new LogicalThread(i, threadName, this); 156this.threads.Add(new LogicalThread(threadId, threadName, this));