2 writes to Index
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3423
Index
= 0;
3430
Index
= match.Index;
3 references to Index
Microsoft.Build (3)
Evaluation\Expander.cs (3)
2948
includeBuilder.Append(quotedExpressionFunction, 0, matches.Single.
Index
);
2960
includeBuilder.Append(quotedExpressionFunction, curIndex, match.
Index
- curIndex);
3343
curIndex = match.
Index
+ match.Length;