2 writes to getItemMethod
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
575this.getItemMethod = getItemMethod; 629set { this.getItemMethod = value; }
4 references to getItemMethod
System.Activities (4)
System\Activities\ExpressionUtilities.cs (4)
587if (this.targetObject == null && !this.getItemMethod.IsStatic) 589throw FxTrace.Exception.AsError(new NullReferenceException(SR.CannotDereferenceNull(this.getItemMethod.Name))); 592return (T)this.getItemMethod.Invoke(this.targetObject, this.setItemArguments); 628get { return this.getItemMethod; }