4 writes to _selectStatement
Microsoft.CodeAnalysis.VisualBasic (4)
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