1 write to end
Microsoft.Build (1)
Evaluation\ExpressionShredder.cs (1)
115this.end = end;
7 references to end
Microsoft.Build (7)
Evaluation\ExpressionShredder.cs (7)
128for (; currentIndex < end; currentIndex++) 130if (!Sink(expression, ref currentIndex, end, '@', '(')) 148if (!SinkValidName(expression, ref currentIndex, end)) 157if (end > currentIndex && expression[currentIndex - 1] == '-' && expression[currentIndex] == '>') 171while (Sink(expression, ref currentIndex, end, '-', '>') && transformOrFunctionFound) 176bool isQuotedTransform = SinkSingleQuotedExpression(expression, ref currentIndex, end); 193ItemExpressionCapture? functionCapture = SinkItemFunctionExpression(expression, startTransform, ref currentIndex, end);