4 instantiations of StringExpressionNode
Microsoft.Build (4)
Evaluation\Conditionals\Parser.cs (4)
358
return new
StringExpressionNode
(current.String, current.Expandable);
366
return new
StringExpressionNode
(current.String, true /* requires expansion */);
370
return new
StringExpressionNode
(current.String, true /* requires expansion */);
374
return new
StringExpressionNode
(current.String, true /* requires expansion */);
1 reference to StringExpressionNode
Microsoft.Build.Engine.UnitTests (1)
Parser_Tests.cs (1)
220
Assert.IsType<
StringExpressionNode
>(tree);