1 write to delegateValue
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutorDelegateInfo.cs (1)
45this.delegateValue = delegateValue;
10 references to delegateValue
System.Workflow.ComponentModel (10)
AuthoringOM\ActivityExecutorDelegateInfo.cs (10)
112return this.delegateValue; 149if (this.delegateValue != null) 150delegateOperation = new ActivityExecutorDelegateOperation(this.activityQualifiedName, this.delegateValue, e, this.ContextId); 244(otherObject.delegateValue == null && this.delegateValue == null) || 245(otherObject.delegateValue != null && otherObject.delegateValue.Equals(this.delegateValue)) 257return this.delegateValue != null ? this.delegateValue.GetHashCode() : this.eventListener.GetHashCode() ^