4 writes to _endModuleStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
1668Me._endModuleStatement = endModuleStatement 1680Me._endModuleStatement = endModuleStatement 1691Me._endModuleStatement = endModuleStatement 1706Me._endModuleStatement = _endModuleStatement
7 references to _endModuleStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
1715writer.WriteValue(Me._endModuleStatement) 1740Return Me._endModuleStatement 1755Return Me._endModuleStatement 1764Return new ModuleBlockSyntax(Me.Kind, newErrors, GetAnnotations, _moduleStatement, _inherits, _implements, _members, _endModuleStatement) 1768Return new ModuleBlockSyntax(Me.Kind, GetDiagnostics, annotations, _moduleStatement, _inherits, _implements, _members, _endModuleStatement) 37912Dim newEndModuleStatement = DirectCast(Visit(node._endModuleStatement), EndBlockStatementSyntax) 37913If node._endModuleStatement IsNot newEndModuleStatement Then anyChanges = True