1 write to Length
Microsoft.Build (1)
Evaluation\Expander.ItemExpander.Transforms.MetadataMatch.cs (1)
27
Length
= length;
3 references to Length
Microsoft.Build (3)
Evaluation\Expander.ItemExpander.Transforms.cs (3)
603
int suffixIndex = match.Index + match.
Length
;
654
currentIndex = match.Index + match.
Length
;
749
OneOrMultipleMetadataMatches singleMatch = new(text, firstMatch.Index, firstMatch.
Length
, firstMatch.Name);