1 implementation of IInstanceTable
System.Workflow.Runtime (1)
DebugEngine\IInstanceTable.cs (1)
74internal sealed class InstanceTable : BreakSafeBase<InstanceMap>, IInstanceTable
4 references to IInstanceTable
System.Workflow.Runtime (4)
DebugEngine\DebugControllerThread.cs (2)
38public void RunThread(IInstanceTable instanceTable) 138expressionEvaluationFrame.CreateEvaluationFrame((IInstanceTable)instanceTable, (DebugEngineCallback)Delegate.CreateDelegate(typeof(DebugEngineCallback), this, "ExpressionEvaluationFunction"));
DebugEngine\IExpressionEvaluationFrame.cs (1)
21void CreateEvaluationFrame(IInstanceTable instanceTable, DebugEngineCallback callback);
DebugEngine\IInstanceTable.cs (1)
147Activity IInstanceTable.GetActivity(string instanceId, string activityQualifiedName)