2 writes to operand
System.Activities (2)
System\Activities\Expressions\IndexerReference.cs (2)
137
this.
operand
= operand;
190
set { this.
operand
= value; }
7 references to operand
System.Activities (7)
System\Activities\Expressions\IndexerReference.cs (7)
149
Fx.Assert(this.
operand
!= null, "operand must not be null");
153
return (TItem)this.getFunc(this.
operand
, indices);
157
return (TItem)this.getMethod.Invoke(this.
operand
, indices);
164
Fx.Assert(this.
operand
!= null, "operand must not be null");
177
this.setFunc(
operand
, parameters);
181
this.setMethod.Invoke(
operand
, parameters);
189
get { return this.
operand
; }