2 writes to getMethod
System.Activities (2)
System\Activities\Expressions\IndexerReference.cs (2)
139
this.
getMethod
= getMethod;
211
set { this.
getMethod
= value; }
3 references to getMethod
System.Activities (3)
System\Activities\Expressions\IndexerReference.cs (3)
155
else if (this.
getMethod
!= null)
157
return (TItem)this.
getMethod
.Invoke(this.operand, indices);
210
get { return this.
getMethod
; }