2 writes to getMethod
System.Activities (2)
System\Activities\Expressions\IndexerReference.cs (2)
139this.getMethod = getMethod; 211set { this.getMethod = value; }
3 references to getMethod
System.Activities (3)
System\Activities\Expressions\IndexerReference.cs (3)
155else if (this.getMethod != null) 157return (TItem)this.getMethod.Invoke(this.operand, indices); 210get { return this.getMethod; }