1 write to getFunc
System.Activities (1)
System\Activities\Expressions\ValueTypeIndexerReference.cs (1)
136this.getFunc = getFunc;
2 references to getFunc
System.Activities (2)
System\Activities\Expressions\ValueTypeIndexerReference.cs (2)
145if (this.getFunc != null) 147return (TItem)this.getFunc(this.operandLocation.Value, indices);