5 references to Index
Microsoft.Build (5)
Evaluation\Expander.cs (5)
981
string subExpressionToReplaceIn = expression.Substring(start, itemVectorExpressions[n].
Index
- start);
998
start = (itemVectorExpressions[n].
Index
+ itemVectorExpressions[n].Length);
2109
if (matches[i].
Index
> lastStringIndex)
2116
builder.Append(expression, lastStringIndex, matches[i].
Index
- lastStringIndex);
2126
lastStringIndex = matches[i].
Index
+ matches[i].Length;