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