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