3 writes to _endSubStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
3659Me._endSubStatement = endSubStatement 3671Me._endSubStatement = endSubStatement 3682Me._endSubStatement = endSubStatement
6 references to _endSubStatement
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
3704Return Me._endSubStatement 3715Return Me._endSubStatement 3724Return new ConstructorBlockSyntax(Me.Kind, newErrors, GetAnnotations, _subNewStatement, _statements, _endSubStatement) 3728Return new ConstructorBlockSyntax(Me.Kind, GetDiagnostics, annotations, _subNewStatement, _statements, _endSubStatement) 30346Dim newEndSubStatement = DirectCast(Visit(node._endSubStatement), EndBlockStatementSyntax) 30347If node._endSubStatement IsNot newEndSubStatement Then anyChanges = True