1 write to setFunc
System.Activities (1)
System\Activities\Expressions\ValueTypeIndexerReference.cs (1)
95this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache, locker, true);
2 references to setFunc
System.Activities (2)
System\Activities\Expressions\ValueTypeIndexerReference.cs (2)
93if (MethodCallExpressionHelper.NeedRetrieve(this.setMethod, oldSetMethod, this.setFunc)) 108return new IndexerLocation(operandLocationValue, indicesValue, getMethod, setMethod, this.getFunc, this.setFunc);