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