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