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