14 references to CatchKeyword
Microsoft.CodeAnalysis.VisualBasic (14)
Generated\Syntax.xml.Internal.Generated.vb (2)
38806Debug.Assert(catchKeyword IsNot Nothing AndAlso catchKeyword.Kind = SyntaxKind.CatchKeyword) 50872Debug.Assert(catchKeyword IsNot Nothing AndAlso catchKeyword.Kind = SyntaxKind.CatchKeyword)
Generated\Syntax.xml.Main.Generated.vb (5)
14760Case SyntaxKind.CatchKeyword 14782Return SyntaxFactory.CatchStatement(SyntaxFactory.Token(SyntaxKind.CatchKeyword), identifierName, asClause, whenClause) 14790Return SyntaxFactory.CatchStatement(SyntaxFactory.Token(SyntaxKind.CatchKeyword), Nothing, Nothing, Nothing) 45006SyntaxKind.CatchKeyword, 45378Case SyntaxKind.CatchKeyword
Parser\Parser.vb (2)
932Case SyntaxKind.CatchKeyword 5834Case SyntaxKind.CatchKeyword,
Parser\ParseStatement.vb (1)
1454Debug.Assert(CurrentToken.Kind = SyntaxKind.CatchKeyword, "ParseCatch called on wrong token.")
Scanner\KeywordTable.vb (1)
36SyntaxKind.CatchKeyword, None,
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
173SyntaxKind.CatchKeyword,
Syntax\SyntaxKindFacts.vb (1)
94SyntaxKind.CatchKeyword,
Syntax\SyntaxNodeFactories.vb (1)
472SyntaxKind.CatchKeyword,