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