4 references to StringExpressionNode
Microsoft.Build (4)
Evaluation\Conditionals\Parser.cs (4)
358return new StringExpressionNode(current.String, current.Expandable); 366return new StringExpressionNode(current.String, true /* requires expansion */); 370return new StringExpressionNode(current.String, true /* requires expansion */); 374return new StringExpressionNode(current.String, true /* requires expansion */);