14 references to Property
Microsoft.Build (3)
Evaluation\Conditionals\Parser.cs (1)
364else if (Same(expression, Token.TokenType.Property))
Evaluation\Conditionals\Scanner.cs (1)
418_lookahead = new Token(Token.TokenType.Property, propertyExpression);
Evaluation\Conditionals\Token.cs (1)
94type == TokenType.Property ||
Microsoft.Build.Engine.UnitTests (11)
Scanner_Tests.cs (11)
248Assert.True(lexer.IsNext(Token.TokenType.Property)); 364Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 401Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 414Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 464Assert.True(lexer.IsNext(Token.TokenType.Property)); 470Assert.True(lexer.IsNext(Token.TokenType.Property)); 480Assert.True(lexer.IsNext(Token.TokenType.Property)); 498Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 500Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 504Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 522Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property));