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