2 writes to instanceTable
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
330
this.
instanceTable
= new InstanceTable(this.debugControllerThread.ManagedThreadId);
405
this.
instanceTable
= null;
5 references to instanceTable
System.Workflow.Runtime (5)
DebugEngine\DebugController.cs (5)
334
this.debugControllerThread.RunThread(this.
instanceTable
);
858
Activity oldRootActivity = this.
instanceTable
.GetRootActivity(workflowCoreRuntime.InstanceID);
864
this.
instanceTable
.UpdateRootActivity(workflowCoreRuntime.InstanceID, oldRootActivity);
899
this.
instanceTable
.AddInstance(instance.InstanceId, rootActivity);
992
this.
instanceTable
.RemoveInstance(instance.InstanceId);