3 writes to _statements
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
10645
Me.
_statements
= statements
10659
Me.
_statements
= statements
10672
Me.
_statements
= statements
5 references to _statements
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (5)
10698
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of StatementSyntax)(Me.
_statements
)
10707
Return Me.
_statements
10716
Return new ElseBlockSyntax(Me.Kind, newErrors, GetAnnotations, _elseStatement,
_statements
)
10720
Return new ElseBlockSyntax(Me.Kind, GetDiagnostics, annotations, _elseStatement,
_statements
)
31350
If node.
_statements
IsNot newStatements.Node Then anyChanges = True