1 write to Index
Microsoft.Build (1)
Evaluation\Expander.ItemExpander.Transforms.MetadataMatch.cs (1)
26Index = index;
5 references to Index
Microsoft.Build (5)
Evaluation\Expander.ItemExpander.Transforms.cs (5)
602int prefixLength = match.Index; 603int suffixIndex = match.Index + match.Length; 652includeBuilder.Append(text, currentIndex, match.Index - currentIndex); 654currentIndex = match.Index + match.Length; 749OneOrMultipleMetadataMatches singleMatch = new(text, firstMatch.Index, firstMatch.Length, firstMatch.Name);