7 references to String
Microsoft.Build (7)
Evaluation\Conditionals\Parser.cs (6)
299return new FunctionCallExpressionNode(current.String, arglist); 357return new StringExpressionNode(current.String, current.Expandable); 361return new NumericExpressionNode(current.String); 365return new StringExpressionNode(current.String, true /* requires expansion */); 369return new StringExpressionNode(current.String, true /* requires expansion */); 373return new StringExpressionNode(current.String, true /* requires expansion */);
Evaluation\Conditionals\Scanner.cs (1)
101return _lookahead.String;