1 write to getFunc
System.Activities (1)
System\Activities\Expressions\IndexerReference.cs (1)
141this.getFunc = getFunc;
2 references to getFunc
System.Activities (2)
System\Activities\Expressions\IndexerReference.cs (2)
151if (this.getFunc != null) 153return (TItem)this.getFunc(this.operand, indices);