6 writes to contextId
System.Workflow.ComponentModel (6)
AuthoringOM\ActivityExecutorDelegateInfo.cs (6)
51
this.
contextId
= contextActivity.WorkflowCoreRuntime.CurrentActivity.ContextActivity.ContextId;
53
this.
contextId
= contextActivity.ContextId;
59
this.
contextId
= 1;
70
this.
contextId
= contextActivity.WorkflowCoreRuntime.CurrentActivity.ContextActivity.ContextId;
72
this.
contextId
= contextActivity.ContextId;
78
this.
contextId
= 1;
5 references to contextId
System.Workflow.ComponentModel (5)
AuthoringOM\ActivityExecutorDelegateInfo.cs (5)
105
return this.
contextId
;
126
Activity targetContextActivity = currentContextActivity.WorkflowCoreRuntime.GetContextActivityForId(this.
contextId
);
185
Activity targetContextActivity = currentContextActivity.WorkflowCoreRuntime.GetContextActivityForId(this.
contextId
);
252
otherObject.
contextId
== this.
contextId
&&