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