1 write to delegateValue
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutorDelegateInfo.cs (1)
45
this.
delegateValue
= delegateValue;
10 references to delegateValue
System.Workflow.ComponentModel (10)
AuthoringOM\ActivityExecutorDelegateInfo.cs (10)
112
return this.
delegateValue
;
149
if (this.
delegateValue
!= null)
150
delegateOperation = 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
))
257
return this.
delegateValue
!= null ? this.
delegateValue
.GetHashCode() : this.eventListener.GetHashCode() ^