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