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