4 writes to _structureStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
1792Me._structureStatement = structureStatement 1804Me._structureStatement = structureStatement 1815Me._structureStatement = structureStatement 1827Me._structureStatement = _structureStatement
7 references to _structureStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
1840writer.WriteValue(Me._structureStatement) 1857Return Me._structureStatement 1873Return Me._structureStatement 1890Return new StructureBlockSyntax(Me.Kind, newErrors, GetAnnotations, _structureStatement, _inherits, _implements, _members, _endStructureStatement) 1894Return new StructureBlockSyntax(Me.Kind, GetDiagnostics, annotations, _structureStatement, _inherits, _implements, _members, _endStructureStatement) 37925Dim newStructureStatement = DirectCast(Visit(node._structureStatement), StructureStatementSyntax) 37926If node._structureStatement IsNot newStructureStatement Then anyChanges = True