5 references to Index
Microsoft.Build (5)
Evaluation\Expander.cs (5)
985
string subExpressionToReplaceIn = expression.Substring(start, itemVectorExpressions[n].
Index
- start);
1002
start = (itemVectorExpressions[n].
Index
+ itemVectorExpressions[n].Length);
2103
if (matches[i].
Index
> lastStringIndex)
2110
builder.Append(expression, lastStringIndex, matches[i].
Index
- lastStringIndex);
2120
lastStringIndex = matches[i].
Index
+ matches[i].Length;