13 references to Activity
System.Workflow.Runtime (13)
DebugEngine\DebugController.cs (11)
798if (eventArgs.Activity.ExecutionStatus == ActivityExecutionStatus.Executing)
805if (eventArgs.Activity.ExecutionStatus == ActivityExecutionStatus.Executing)
806EnumerateEventHandlersForActivity(scheduleTypeId, eventArgs.Activity);
808this.controllerConduit.BeforeActivityStatusChanged(this.programId, scheduleTypeId, workflowCoreRuntime.InstanceID, eventArgs.Activity.QualifiedName, GetHierarchicalId(eventArgs.Activity), eventArgs.Activity.ExecutionStatus, GetContextId(eventArgs.Activity));
809this.controllerConduit.ActivityStatusChanged(this.programId, scheduleTypeId, workflowCoreRuntime.InstanceID, eventArgs.Activity.QualifiedName, GetHierarchicalId(eventArgs.Activity), eventArgs.Activity.ExecutionStatus, GetContextId(eventArgs.Activity));