4 references to Index
Microsoft.Build (4)
Evaluation\Expander.ItemExpander.Transforms.cs (4)
559
includeBuilder.Append(quotedExpressionFunction, 0, matches.Single.
Index
);
571
includeBuilder.Append(quotedExpressionFunction, curIndex, match.
Index
- curIndex);
675
OneOrMultipleMetadataMatches singleMatch = new(quotedExpressionFunction, match.
Index
, match.Length, match.Name);
994
curIndex = match.
Index
+ match.Length;