1 write to getMethod
System.Activities (1)
System\Activities\Expressions\IndexerReference.cs (1)
76IndexerHelper.CacheMethod<TOperand, TItem>(this.Indices, ref this.getMethod, ref this.setMethod);
4 references to getMethod
System.Activities (4)
System\Activities\Expressions\IndexerReference.cs (4)
63MethodInfo oldGetMethod = this.getMethod; 88if (MethodCallExpressionHelper.NeedRetrieve(this.getMethod, oldGetMethod, this.getFunc)) 90this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.getMethod, funcCache, locker); 113return new IndexerLocation(operandValue, indicesValue, this.getMethod, this.setMethod, this.getFunc, this.setFunc);