4 writes to _endStructureStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _endStructureStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
1841writer.WriteValue(Me._endStructureStatement)
1866Return Me._endStructureStatement
1881Return Me._endStructureStatement
1890Return new StructureBlockSyntax(Me.Kind, newErrors, GetAnnotations, _structureStatement, _inherits, _implements, _members, _endStructureStatement)
1894Return new StructureBlockSyntax(Me.Kind, GetDiagnostics, annotations, _structureStatement, _inherits, _implements, _members, _endStructureStatement)
37933Dim newEndStructureStatement = DirectCast(Visit(node._endStructureStatement), EndBlockStatementSyntax)
37934If node._endStructureStatement IsNot newEndStructureStatement Then anyChanges = True