28 references to IsNotKeyword
Microsoft.CodeAnalysis.VisualBasic (28)
Generated\Syntax.xml.Internal.Generated.vb (4)
41805Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.Kind = SyntaxKind.IsNotKeyword) 42882Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.Kind = SyntaxKind.IsNotKeyword) 53871Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.Kind = SyntaxKind.IsNotKeyword) 54948Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.Kind = SyntaxKind.IsNotKeyword)
Generated\Syntax.xml.Main.Generated.vb (12)
25663Case SyntaxKind.IsNotKeyword 25836Case SyntaxKind.IsNotKeyword 25871Return SyntaxFactory.TypeOfIsNotExpression(SyntaxFactory.Token(SyntaxKind.TypeOfKeyword), expression, SyntaxFactory.Token(SyntaxKind.IsNotKeyword), type) 26043Return SyntaxKind.IsNotKeyword 27778Case SyntaxKind.IsNotKeyword : 32222Case SyntaxKind.IsNotKeyword 32354Return SyntaxFactory.IsNotExpression(left, SyntaxFactory.Token(SyntaxKind.IsNotKeyword), right) 34217Return SyntaxKind.IsNotKeyword 44646SyntaxKind.IsNotKeyword 44769SyntaxKind.IsNotKeyword, 45066SyntaxKind.IsNotKeyword, 45498Case SyntaxKind.IsNotKeyword
Parser\ParseExpression.vb (4)
935exp = ResyncAt(exp, SyntaxKind.IsKeyword, SyntaxKind.IsNotKeyword) 943current.Kind = SyntaxKind.IsNotKeyword Then 947If operatorToken.Kind = SyntaxKind.IsNotKeyword Then 960Dim kind As SyntaxKind = If(operatorToken.Kind = SyntaxKind.IsNotKeyword,
Scanner\KeywordTable.vb (1)
95SyntaxKind.IsNotKeyword, PrecedenceRelational Or New7to8 Or CanFollowExpr,
Semantics\Operators.vb (1)
210Return SyntaxKind.IsNotKeyword
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
232SyntaxKind.IsNotKeyword,
Syntax\InternalSyntax\SyntaxToken.vb (1)
315SyntaxKind.IsNotKeyword
Syntax\SyntaxKindFacts.vb (3)
154SyntaxKind.IsNotKeyword, 477SyntaxKind.IsNotKeyword, 696Case SyntaxKind.IsNotKeyword
Syntax\SyntaxNodeFactories.vb (1)
531SyntaxKind.IsNotKeyword,