3 references to Property
Microsoft.Build (3)
Evaluation\Conditionals\Parser.cs (1)
363
else if (Same(expression, Token.TokenType.
Property
))
Evaluation\Conditionals\Scanner.cs (1)
418
_lookahead = new Token(Token.TokenType.
Property
, propertyExpression);
Evaluation\Conditionals\Token.cs (1)
93
type is TokenType.
Property
or