1 write to setMethod
System.Activities (1)
System\Activities\Expressions\ValueTypeIndexerReference.cs (1)
76IndexerHelper.CacheMethod<TOperand, TItem>(this.Indices, ref this.getMethod, ref this.setMethod);
5 references to setMethod
System.Activities (5)
System\Activities\Expressions\ValueTypeIndexerReference.cs (5)
65MethodInfo oldSetMethod = this.setMethod; 77if (this.setMethod == null) 93if (MethodCallExpressionHelper.NeedRetrieve(this.setMethod, oldSetMethod, this.setFunc)) 95this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache, locker, true); 108return new IndexerLocation(operandLocationValue, indicesValue, getMethod, setMethod, this.getFunc, this.setFunc);