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