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