4 writes to _classStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _classStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
2092writer.WriteValue(Me._classStatement)
2109Return Me._classStatement
2125Return Me._classStatement
2142Return new ClassBlockSyntax(Me.Kind, newErrors, GetAnnotations, _classStatement, _inherits, _implements, _members, _endClassStatement)
2146Return new ClassBlockSyntax(Me.Kind, GetDiagnostics, annotations, _classStatement, _inherits, _implements, _members, _endClassStatement)
37967Dim newClassStatement = DirectCast(Visit(node._classStatement), ClassStatementSyntax)
37968If node._classStatement IsNot newClassStatement Then anyChanges = True