4 writes to _statements
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
12484
Me.
_statements
= statements
12506
Me.
_statements
= statements
12527
Me.
_statements
= statements
12557
Me.
_statements
= _statements
6 references to _statements
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
12573
writer.WriteValue(Me.
_statements
)
12621
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of StatementSyntax)(Me.
_statements
)
12646
Return Me.
_statements
12657
Return new SingleLineIfStatementSyntax(Me.Kind, newErrors, GetAnnotations, _ifKeyword, _condition, _thenKeyword,
_statements
, _elseClause)
12661
Return new SingleLineIfStatementSyntax(Me.Kind, GetDiagnostics, annotations, _ifKeyword, _condition, _thenKeyword,
_statements
, _elseClause)
39176
If node.
_statements
IsNot newStatements.Node Then anyChanges = True