2 writes to Index
Microsoft.Build (2)
Evaluation\Expander.ItemExpander.Transforms.MetadataMatch.cs (2)
27
Index
= 0;
34
Index
= match.Index;
3 references to Index
Microsoft.Build (3)
Evaluation\Expander.ItemExpander.Transforms.cs (3)
562
includeBuilder.Append(quotedExpressionFunction, 0, matches.Single.
Index
);
574
includeBuilder.Append(quotedExpressionFunction, curIndex, match.
Index
- curIndex);
983
curIndex = match.
Index
+ match.Length;