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);
2273
if (matches[i].
Index
> lastStringIndex)
2280
builder.Append(expression, lastStringIndex, matches[i].
Index
- lastStringIndex);
2290
lastStringIndex = matches[i].
Index
+ matches[i].Length;