Evaluation\ExpressionShredder.cs (3)
622ItemExpressionCapture capture = new ItemExpressionCapture(startTransform, i - startTransform, expression.Substring(startTransform, i - startTransform), null, null, -1, null, functionName, functionArguments);
716: this(index, length, subExpression, null, null, -1, null, null, null)
721: this(index, length, subExpression, itemType, separator, separatorStart, captures, null, null)