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