4 writes to _catchStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
14003Me._catchStatement = catchStatement 14017Me._catchStatement = catchStatement 14030Me._catchStatement = catchStatement 14044Me._catchStatement = _catchStatement
7 references to _catchStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
14057writer.WriteValue(Me._catchStatement) 14074Return Me._catchStatement 14094Return Me._catchStatement 14105Return new CatchBlockSyntax(Me.Kind, newErrors, GetAnnotations, _catchStatement, _statements) 14109Return new CatchBlockSyntax(Me.Kind, GetDiagnostics, annotations, _catchStatement, _statements) 39337Dim newCatchStatement = DirectCast(Visit(node._catchStatement), CatchStatementSyntax) 39338If node._catchStatement IsNot newCatchStatement Then anyChanges = True