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