4 references to StringExpressionNode
Microsoft.Build (4)
Evaluation\Conditionals\Parser.cs (4)
357
return new
StringExpressionNode
(current.String, current.Expandable);
365
return new
StringExpressionNode
(current.String, true /* requires expansion */);
369
return new
StringExpressionNode
(current.String, true /* requires expansion */);
373
return new
StringExpressionNode
(current.String, true /* requires expansion */);