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