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