4 references to ContextId
System.Workflow.ComponentModel (4)
AuthoringOM\ActivityExecutorDelegateInfo.cs (2)
300Activity contextActivity = workflowCoreRuntime.GetContextActivityForId(this.ContextId); 356return "SubscriptionEvent(" + "(" + this.ContextId.ToString(CultureInfo.CurrentCulture) + ")" + this.activityQualifiedName + ", " + this.args.ToString() + ")";
AuthoringOM\ActivityExecutorOperation.cs (2)
67Activity contextActivity = workflowCoreRuntime.GetContextActivityForId(this.ContextId); 159return "ActivityOperation(" + "(" + this.ContextId.ToString(CultureInfo.CurrentCulture) + ")" + this.activityName + ", " + ActivityOperationToString(this.operation) + ")";