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