4 writes to _endClassStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
2046Me._endClassStatement = endClassStatement 2058Me._endClassStatement = endClassStatement 2069Me._endClassStatement = endClassStatement 2084Me._endClassStatement = _endClassStatement
7 references to _endClassStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
2093writer.WriteValue(Me._endClassStatement) 2118Return Me._endClassStatement 2133Return Me._endClassStatement 2142Return new ClassBlockSyntax(Me.Kind, newErrors, GetAnnotations, _classStatement, _inherits, _implements, _members, _endClassStatement) 2146Return new ClassBlockSyntax(Me.Kind, GetDiagnostics, annotations, _classStatement, _inherits, _implements, _members, _endClassStatement) 37975Dim newEndClassStatement = DirectCast(Visit(node._endClassStatement), EndBlockStatementSyntax) 37976If node._endClassStatement IsNot newEndClassStatement Then anyChanges = True