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