3 references to Property
Microsoft.Build (3)
Evaluation\Conditionals\Parser.cs (1)
364
else if (Same(expression, Token.TokenType.
Property
))
Evaluation\Conditionals\Scanner.cs (1)
419
_lookahead = new Token(Token.TokenType.
Property
, propertyExpression);
Evaluation\Conditionals\Token.cs (1)
94
type == TokenType.
Property
||