2 writes to operandLocation
System.Activities (2)
System\Activities\Expressions\ValueTypeIndexerReference.cs (2)
131
this.
operandLocation
= operandLocation;
190
set { this.
operandLocation
= value; }
7 references to operandLocation
System.Activities (7)
System\Activities\Expressions\ValueTypeIndexerReference.cs (7)
143
Fx.Assert(this.
operandLocation
!= null, "operandLocation must not be null");
147
return (TItem)this.getFunc(this.
operandLocation
.Value, indices);
151
return (TItem)this.getMethod.Invoke(this.
operandLocation
.Value, indices);
158
Fx.Assert(this.
operandLocation
!= null, "operandLocation must not be null");
170
object copy = this.
operandLocation
.Value;
181
this.
operandLocation
.Value = (TOperand)copy;
189
get { return this.
operandLocation
; }