5 references to Index
Microsoft.Build (5)
Evaluation\Expander.cs (5)
997
string subExpressionToReplaceIn = expression.Substring(start, itemExpressionCapture.
Index
- start);
1014
start = (itemExpressionCapture.
Index
+ itemExpressionCapture.Length);
2292
if (matches[i].
Index
> lastStringIndex)
2299
builder.Append(expression, lastStringIndex, matches[i].
Index
- lastStringIndex);
2309
lastStringIndex = matches[i].
Index
+ matches[i].Length;