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