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