1 write to setItemMethod
System.Activities (1)
System\Activities\ExpressionUtilities.cs (1)
514this.setItemMethod = this.getItemMethod.DeclaringType.GetMethod(
3 references to setItemMethod
System.Activities (3)
System\Activities\ExpressionUtilities.cs (3)
517if (this.setItemMethod != null) 542if (this.setItemMethod != null) 554return new IndexerLocation(this.indexerName, this.getItemMethod, this.setItemMethod, targetObject, setItemArguments);