2 writes to Length
Microsoft.Build (2)
Evaluation\Expander.ItemExpander.Transforms.MetadataMatch.cs (2)
28
Length
= name.Length + QuotedExpressionSurroundCharCount;
35
Length
= match.Length;
1 reference to Length
Microsoft.Build (1)
Evaluation\Expander.ItemExpander.Transforms.cs (1)
983
curIndex = match.Index + match.
Length
;