3 writes to _statements
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
13512
Me.
_statements
= statements
13527
Me.
_statements
= statements
13541
Me.
_statements
= statements
9 references to _statements
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Internal.Generated.vb (9)
13559
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of StatementSyntax)(Me.
_statements
)
13634
Return Me.
_statements
13645
Return new ForBlockSyntax(Me.Kind, newErrors, GetAnnotations, _forStatement,
_statements
, _nextStatement)
13649
Return new ForBlockSyntax(Me.Kind, GetDiagnostics, annotations, _forStatement,
_statements
, _nextStatement)
13714
Return Me.
_statements
13725
Return new ForEachBlockSyntax(Me.Kind, newErrors, GetAnnotations, _forEachStatement,
_statements
, _nextStatement)
13729
Return new ForEachBlockSyntax(Me.Kind, GetDiagnostics, annotations, _forEachStatement,
_statements
, _nextStatement)
31775
If node.
_statements
IsNot newStatements.Node Then anyChanges = True
31792
If node.
_statements
IsNot newStatements.Node Then anyChanges = True