2 writes to getMethod
System.Activities (2)
System\Activities\Expressions\ValueTypeIndexerReference.cs (2)
133this.getMethod = getMethod; 211set { this.getMethod = value; }
3 references to getMethod
System.Activities (3)
System\Activities\Expressions\ValueTypeIndexerReference.cs (3)
149else if (this.getMethod != null) 151return (TItem)this.getMethod.Invoke(this.operandLocation.Value, indices); 210get { return this.getMethod; }