3 writes to _elseStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
10642
Me.
_elseStatement
= elseStatement
10656
Me.
_elseStatement
= elseStatement
10669
Me.
_elseStatement
= elseStatement
6 references to _elseStatement
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
10686
Return Me.
_elseStatement
10705
Return Me.
_elseStatement
10716
Return new ElseBlockSyntax(Me.Kind, newErrors, GetAnnotations,
_elseStatement
, _statements)
10720
Return new ElseBlockSyntax(Me.Kind, GetDiagnostics, annotations,
_elseStatement
, _statements)
31347
Dim newElseStatement = DirectCast(Visit(node.
_elseStatement
), ElseStatementSyntax)
31348
If node.
_elseStatement
IsNot newElseStatement Then anyChanges = True