2 writes to array
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
696this.array = array; 717set { this.array = value; }
3 references to array
System.Activities (3)
System\Activities\ExpressionUtilities.cs (3)
704return (T)this.array.GetValue(this.indices); 709this.array.SetValue(value, this.indices); 716get { return this.array; }