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)
245Assert.True(lexer.IsNext(Token.TokenType.Property)); 361Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 398Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 411Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 461Assert.True(lexer.IsNext(Token.TokenType.Property)); 467Assert.True(lexer.IsNext(Token.TokenType.Property)); 477Assert.True(lexer.IsNext(Token.TokenType.Property)); 495Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 497Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 501Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property)); 519Assert.True(lexer.Advance() && lexer.IsNext(Token.TokenType.Property));