2 writes to getMethod
System.Activities (2)
System\Activities\Expressions\ValueTypeIndexerReference.cs (2)
133
this.
getMethod
= getMethod;
211
set { this.
getMethod
= value; }
3 references to getMethod
System.Activities (3)
System\Activities\Expressions\ValueTypeIndexerReference.cs (3)
149
else if (this.
getMethod
!= null)
151
return (TItem)this.
getMethod
.Invoke(this.operandLocation.Value, indices);
210
get { return this.
getMethod
; }