1 write to setMethod
System.Activities (1)
System\Activities\Expressions\ValueTypeIndexerReference.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\ValueTypeIndexerReference.cs (5)
65
MethodInfo oldSetMethod = this.
setMethod
;
77
if (this.
setMethod
== null)
93
if (MethodCallExpressionHelper.NeedRetrieve(this.
setMethod
, oldSetMethod, this.setFunc))
95
this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.
setMethod
, funcCache, locker, true);
108
return new IndexerLocation(operandLocationValue, indicesValue, getMethod,
setMethod
, this.getFunc, this.setFunc);