3 writes to _statements
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
8651
Me.
_statements
= statements
8667
Me.
_statements
= statements
8682
Me.
_statements
= statements
5 references to _statements
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (5)
8710
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of StatementSyntax)(Me.
_statements
)
8728
Return Me.
_statements
8739
Return new WhileBlockSyntax(Me.Kind, newErrors, GetAnnotations, _whileStatement,
_statements
, _endWhileStatement)
8743
Return new WhileBlockSyntax(Me.Kind, GetDiagnostics, annotations, _whileStatement,
_statements
, _endWhileStatement)
31060
If node.
_statements
IsNot newStatements.Node Then anyChanges = True