4 writes to _endSubStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
4623Me._endSubStatement = endSubStatement 4635Me._endSubStatement = endSubStatement 4646Me._endSubStatement = endSubStatement 4661Me._endSubStatement = _endSubStatement
7 references to _endSubStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
4670writer.WriteValue(Me._endSubStatement) 4695Return Me._endSubStatement 4706Return Me._endSubStatement 4715Return new ConstructorBlockSyntax(Me.Kind, newErrors, GetAnnotations, _subNewStatement, _statements, _endSubStatement) 4719Return new ConstructorBlockSyntax(Me.Kind, GetDiagnostics, annotations, _subNewStatement, _statements, _endSubStatement) 38274Dim newEndSubStatement = DirectCast(Visit(node._endSubStatement), EndBlockStatementSyntax) 38275If node._endSubStatement IsNot newEndSubStatement Then anyChanges = True