1 write to setMethod
System.Activities (1)
System\Activities\Expressions\IndexerReference.cs (1)
76IndexerHelper.CacheMethod<TOperand, TItem>(this.Indices, ref this.getMethod, ref this.setMethod);
5 references to setMethod
System.Activities (5)
System\Activities\Expressions\IndexerReference.cs (5)
64MethodInfo oldSetMethod = this.setMethod; 77if (this.setMethod == null) 92if (MethodCallExpressionHelper.NeedRetrieve(this.setMethod, oldSetMethod, this.setFunc)) 94this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache, locker); 113return new IndexerLocation(operandValue, indicesValue, this.getMethod, this.setMethod, this.getFunc, this.setFunc);