2 writes to array
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
302
this.
array
= array;
322
set { this.
array
= value; }
3 references to array
System.Activities (3)
System\Activities\ExpressionUtilities.cs (3)
310
return this.
array
[this.index];
314
this.
array
[this.index] = value;
321
get { return this.
array
; }