5 references to Index
Microsoft.Build (5)
Evaluation\Expander.cs (5)
987
string subExpressionToReplaceIn = expression.Substring(start, itemVectorExpressions[n].
Index
- start);
1004
start = (itemVectorExpressions[n].
Index
+ itemVectorExpressions[n].Length);
2105
if (matches[i].
Index
> lastStringIndex)
2112
builder.Append(expression, lastStringIndex, matches[i].
Index
- lastStringIndex);
2122
lastStringIndex = matches[i].
Index
+ matches[i].Length;