4 writes to _selectStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
15288Me._selectStatement = selectStatement 15304Me._selectStatement = selectStatement 15319Me._selectStatement = selectStatement 15335Me._selectStatement = _selectStatement
7 references to _selectStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
15353writer.WriteValue(Me._selectStatement) 15371Return Me._selectStatement 15399Return Me._selectStatement 15412Return new SelectBlockSyntax(Me.Kind, newErrors, GetAnnotations, _selectStatement, _caseBlocks, _endSelectStatement) 15416Return new SelectBlockSyntax(Me.Kind, GetDiagnostics, annotations, _selectStatement, _caseBlocks, _endSelectStatement) 39484Dim newSelectStatement = DirectCast(Visit(node._selectStatement), SelectStatementSyntax) 39485If node._selectStatement IsNot newSelectStatement Then anyChanges = True