2 writes to setItemMethod
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
576this.setItemMethod = setItemMethod; 636set { this.setItemMethod = value; }
5 references to setItemMethod
System.Activities (5)
System\Activities\ExpressionUtilities.cs (5)
598if (this.setItemMethod == null) 605if (this.targetObject == null && !this.setItemMethod.IsStatic) 607throw FxTrace.Exception.AsError(new NullReferenceException(SR.CannotDereferenceNull(this.setItemMethod.Name))); 614this.setItemMethod.Invoke(this.targetObject, localSetItemArguments); 635get { return this.setItemMethod; }