1 write to end
Microsoft.Build (1)
Evaluation\ExpressionShredder.cs (1)
114this.end = end;
7 references to end
Microsoft.Build (7)
Evaluation\ExpressionShredder.cs (7)
127for (; currentIndex < end; currentIndex++) 129if (!Sink(expression, ref currentIndex, end, '@', '(')) 147if (!SinkValidName(expression, ref currentIndex, end)) 156if (end > currentIndex && expression[currentIndex - 1] == '-' && expression[currentIndex] == '>') 170while (Sink(expression, ref currentIndex, end, '-', '>') && transformOrFunctionFound) 175bool isQuotedTransform = SinkSingleQuotedExpression(expression, ref currentIndex, end); 190ItemExpressionCapture? functionCapture = SinkItemFunctionExpression(expression, startTransform, ref currentIndex, end);