4 writes to _statements
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
13696
Me.
_statements
= statements
13720
Me.
_statements
= statements
13743
Me.
_statements
= statements
13769
Me.
_statements
= _statements
6 references to _statements
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
13793
writer.WriteValue(Me.
_statements
)
13824
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of StatementSyntax)(Me.
_statements
)
13867
Return Me.
_statements
13882
Return new TryBlockSyntax(Me.Kind, newErrors, GetAnnotations, _tryStatement,
_statements
, _catchBlocks, _finallyBlock, _endTryStatement)
13886
Return new TryBlockSyntax(Me.Kind, GetDiagnostics, annotations, _tryStatement,
_statements
, _catchBlocks, _finallyBlock, _endTryStatement)
39306
If node.
_statements
IsNot newStatements.Node Then anyChanges = True