3 references to EventDrivenName
System.Workflow.Activities (3)
StateMachineSubscription.cs (1)
142ExternalEventAction action = new ExternalEventAction(this.StateName, this.EventDrivenName);
StateMachineSubscriptionManager.cs (2)
107if (eventActivitySubscription.EventDrivenName.Equals(eventDriven.QualifiedName)) 125UnsubscribeAction unsubscribe = new UnsubscribeAction(eventActivitySubscription.StateName, eventActivitySubscription.EventDrivenName);