19 references to CatchStatement
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Statements.vb (1)
4791Dim declaration = node.CatchStatement
Binding\CatchBlockBinder.vb (1)
43Dim catchStatement = _syntax.CatchStatement
Generated\Syntax.xml.Main.Generated.vb (2)
3082Dim newCatchStatement = DirectCast(Visit(node.CatchStatement), CatchStatementSyntax) 3083If node.CatchStatement IsNot newCatchStatement Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
15694return Update(Me.CatchStatement, statements) 15715Return Me.CatchStatement 15743If catchStatement IsNot Me.CatchStatement OrElse statements <> Me.Statements Then
Semantics\StatementSyntaxWalker.vb (1)
172Visit(node.CatchStatement)
Syntax\SyntaxFacts.vb (1)
490beginStatement = catchBlock.CatchStatement
Syntax\SyntaxNormalizer.vb (1)
1087AddLinebreaksAfterTokenIfNeeded(node.CatchStatement.GetLastToken(), 1)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\NodeBasedFormattingRule.vb (1)
445[catch].CatchStatement.GetLastToken().GetNextToken(includeZeroWidth:=True),
Microsoft.CodeAnalysis.VisualBasic.Features (5)
Debugging\ProximityExpressionsGetter.Worker.vb (2)
123catchBlock.CatchStatement.IdentifierName IsNot Nothing Then 124_additionalTerms.Add(catchBlock.CatchStatement.IdentifierName.Identifier.ValueText)
EditAndContinue\SyntaxComparer.vb (2)
1072distance = ComputeWeightedDistance(leftCatch.CatchStatement, leftCatch.Statements, rightCatch.CatchStatement, rightCatch.Statements)
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb (1)
238Return node.WithCatchStatement(ReplaceStatementIfNeeded(node.CatchStatement)).
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Rename\LocalConflictVisitor.vb (1)
191Dim identifierToken = node.CatchStatement.IdentifierName?.Identifier
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\NodeBasedFormattingRule.vb (1)
445[catch].CatchStatement.GetLastToken().GetNextToken(includeZeroWidth:=True),
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\NodeBasedFormattingRule.vb (1)
445[catch].CatchStatement.GetLastToken().GetNextToken(includeZeroWidth:=True),