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