3 writes to _catchStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
11063Me._catchStatement = catchStatement 11077Me._catchStatement = catchStatement 11090Me._catchStatement = catchStatement
6 references to _catchStatement
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
11107Return Me._catchStatement 11127Return Me._catchStatement 11138Return new CatchBlockSyntax(Me.Kind, newErrors, GetAnnotations, _catchStatement, _statements) 11142Return new CatchBlockSyntax(Me.Kind, GetDiagnostics, annotations, _catchStatement, _statements) 31409Dim newCatchStatement = DirectCast(Visit(node._catchStatement), CatchStatementSyntax) 31410If node._catchStatement IsNot newCatchStatement Then anyChanges = True