2 writes to array
System.Activities (2)
System\Activities\Expressions\ArrayItemReference.cs (2)
78
this.
array
= array;
98
set { this.
array
= value; }
3 references to array
System.Activities (3)
System\Activities\Expressions\ArrayItemReference.cs (3)
86
return this.
array
[this.index];
90
this.
array
[this.index] = value;
97
get { return this.
array
; }