1 write to setFunc
System.Activities (1)
System\Activities\Expressions\IndexerReference.cs (1)
94this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache, locker);
2 references to setFunc
System.Activities (2)
System\Activities\Expressions\IndexerReference.cs (2)
92if (MethodCallExpressionHelper.NeedRetrieve(this.setMethod, oldSetMethod, this.setFunc)) 113return new IndexerLocation(operandValue, indicesValue, this.getMethod, this.setMethod, this.getFunc, this.setFunc);