2 writes to Length
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3353
Length
= name.Length + QuotedExpressionSurroundCharCount;
3360
Length
= match.Length;
1 reference to Length
Microsoft.Build (1)
Evaluation\Expander.cs (1)
3272
curIndex = match.Index + match.
Length
;