1 write to getMethod
System.Activities (1)
System\Activities\Expressions\ValueTypeIndexerReference.cs (1)
76
IndexerHelper.CacheMethod<TOperand, TItem>(this.Indices, ref this.
getMethod
, ref this.setMethod);
4 references to getMethod
System.Activities (4)
System\Activities\Expressions\ValueTypeIndexerReference.cs (4)
64
MethodInfo oldGetMethod = this.
getMethod
;
89
if (MethodCallExpressionHelper.NeedRetrieve(this.
getMethod
, oldGetMethod, this.getFunc))
91
this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.
getMethod
, funcCache, locker);
108
return new IndexerLocation(operandLocationValue, indicesValue,
getMethod
, setMethod, this.getFunc, this.setFunc);