5 references to ActivityHandlerDescriptor
System.Workflow.Runtime (5)
DebugEngine\DebugController.cs (3)
1101
List<
ActivityHandlerDescriptor
> handlerMethods = new List<
ActivityHandlerDescriptor
>();
1116
ActivityHandlerDescriptor
handlerMethod;
DebugEngine\IWorkflowDebugger.cs (2)
46
void UpdateHandlerMethodsForActivity(Guid programId, Guid scheduleTypeId, string activityQualifiedName, List<
ActivityHandlerDescriptor
> handlerMethods);
49
void BeforeHandlerInvoked(Guid programId, Guid scheduleTypeId, string activityQualifiedName,
ActivityHandlerDescriptor
handlerMethod);