39 references to CatchStatement
Microsoft.CodeAnalysis.VisualBasic (26)
Binding\Binder_Expressions.vb (1)
2400Case SyntaxKind.CatchStatement
Binding\Binder_Statements.vb (1)
233Case SyntaxKind.CatchStatement
Binding\MemberSemanticModel.vb (1)
351SyntaxKind.CatchStatement,
Compilation\SemanticModel.vb (1)
3333Case SyntaxKind.CatchStatement
Generated\Syntax.xml.Internal.Generated.vb (2)
46747Return New CatchStatementSyntax(SyntaxKind.CatchStatement, catchKeyword, identifierName, asClause, whenClause) 58825Return New CatchStatementSyntax(SyntaxKind.CatchStatement, catchKeyword, identifierName, asClause, whenClause, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (5)
14723Case SyntaxKind.CatchStatement 14764Return New CatchStatementSyntax(SyntaxKind.CatchStatement, Nothing, Nothing, DirectCast(catchKeyword.Node, InternalSyntax.KeywordSyntax), identifierName, asClause, whenClause) 35886SyntaxKind.CatchStatement, 36180SyntaxKind.CatchStatement, 36482SyntaxKind.CatchStatement,
Generated\Syntax.xml.Syntax.Generated.vb (1)
15762''' <item><description><see cref="SyntaxKind.CatchStatement"/></description></item>
Parser\BlockContexts\BlockContext.vb (2)
500Case SyntaxKind.CatchStatement, SyntaxKind.FinallyStatement 509Add(Parser.ReportSyntaxError(node, If(node.Kind = SyntaxKind.CatchStatement, ERRID.ERR_CatchNoMatchingTry, ERRID.ERR_FinallyNoMatchingTry)))
Parser\BlockContexts\CatchPartContext.vb (3)
20Debug.Assert(statement.Kind = SyntaxKind.CatchStatement) 27Case SyntaxKind.CatchStatement, SyntaxKind.FinallyStatement 41SyntaxKind.CatchStatement,
Parser\BlockContexts\FinallyPartBlock.vb (2)
27Case SyntaxKind.CatchStatement 48SyntaxKind.CatchStatement,
Parser\BlockContexts\SingleLineElseContext.vb (2)
44Case SyntaxKind.CatchStatement, SyntaxKind.FinallyStatement 46Add(Parser.ReportSyntaxError(node, If(node.Kind = SyntaxKind.CatchStatement, ERRID.ERR_CatchNoMatchingTry, ERRID.ERR_FinallyNoMatchingTry)))
Parser\BlockContexts\SingleLineIfBlockContext.vb (2)
53Case SyntaxKind.CatchStatement, SyntaxKind.FinallyStatement 55Add(Parser.ReportSyntaxError(node, If(node.Kind = SyntaxKind.CatchStatement, ERRID.ERR_CatchNoMatchingTry, ERRID.ERR_FinallyNoMatchingTry)))
Parser\BlockContexts\TryBlockContext.vb (2)
31Case SyntaxKind.CatchStatement 55SyntaxKind.CatchStatement,
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
827SyntaxKind.CatchStatement,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicNamingStyleDiagnosticAnalyzer.vb (1)
17SyntaxKind.CatchStatement,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicTypeInferenceService.TypeInferrer.vb (1)
437If asClause.IsParentKind(SyntaxKind.CatchStatement) Then
Microsoft.CodeAnalysis.VisualBasic.Features (3)
EditAndContinue\BreakpointSpans.vb (1)
144SyntaxKind.CatchStatement,
EditAndContinue\SyntaxComparer.vb (1)
491Case SyntaxKind.CatchStatement
VisualBasicNamingStyleDiagnosticAnalyzer.vb (1)
17SyntaxKind.CatchStatement,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (5)
Binding\MethodBodyBindingTests.vb (5)
332Assert.Equal(SyntaxKind.CatchStatement, node1.Parent.Kind) 333Assert.Equal(SyntaxKind.CatchStatement, node2.Parent.Kind) 387Assert.Equal(SyntaxKind.CatchStatement, node1.Parent.Kind) 388Assert.Equal(SyntaxKind.CatchStatement, node2.Parent.Kind) 389Assert.Equal(SyntaxKind.CatchStatement, node3.Parent.Kind)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Classification\ClassificationHelpers.vb (1)
127SyntaxKind.CatchStatement,
CodeGeneration\VisualBasicCodeGenerationService.vb (1)
744Case SyntaxKind.CatchStatement
VisualBasicTypeInferenceService.TypeInferrer.vb (1)
437If asClause.IsParentKind(SyntaxKind.CatchStatement) Then