4 writes to _endSelectStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _endSelectStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
15355writer.WriteValue(Me._endSelectStatement)
15392Return Me._endSelectStatement
15403Return Me._endSelectStatement
15412Return new SelectBlockSyntax(Me.Kind, newErrors, GetAnnotations, _selectStatement, _caseBlocks, _endSelectStatement)
15416Return new SelectBlockSyntax(Me.Kind, GetDiagnostics, annotations, _selectStatement, _caseBlocks, _endSelectStatement)
39488Dim newEndSelectStatement = DirectCast(Visit(node._endSelectStatement), EndBlockStatementSyntax)
39489If node._endSelectStatement IsNot newEndSelectStatement Then anyChanges = True