4 references to Not
Microsoft.Build (3)
Evaluation\Conditionals\Parser.cs (1)
315
else if (Same(expression, Token.TokenType.
Not
))
Evaluation\Conditionals\Token.cs (2)
29
internal static readonly Token Not = new Token(TokenType.
Not
);
164
case TokenType.
Not
:
Microsoft.Build.Engine.UnitTests (1)
Scanner_Tests.cs (1)
314
Assert.True(lexer.IsNext(Token.TokenType.
Not
));