3 references to DebugEngineCallback
System.Workflow.Runtime (3)
DebugEngine\DebugControllerThread.cs (2)
138
expressionEvaluationFrame.CreateEvaluationFrame((IInstanceTable)instanceTable, (
DebugEngineCallback
)Delegate.CreateDelegate(typeof(
DebugEngineCallback
), this, "ExpressionEvaluationFunction"));
DebugEngine\IExpressionEvaluationFrame.cs (1)
21
void CreateEvaluationFrame(IInstanceTable instanceTable,
DebugEngineCallback
callback);