8 references to EndModuleStatement
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Syntax.Generated.vb (6)
1643
return Update(moduleStatement, Me.Inherits, Me.Implements, Me.Members, Me.
EndModuleStatement
)
1673
return Update(Me.ModuleStatement, [inherits], Me.Implements, Me.Members, Me.
EndModuleStatement
)
1711
return Update(Me.ModuleStatement, Me.Inherits, [implements], Me.Members, Me.
EndModuleStatement
)
1749
return Update(Me.ModuleStatement, Me.Inherits, Me.Implements, members, Me.
EndModuleStatement
)
1806
Return Me.
EndModuleStatement
1841
If moduleStatement IsNot Me.ModuleStatement OrElse [inherits] <> Me.[Inherits] OrElse [implements] <> Me.[Implements] OrElse members <> Me.Members OrElse endModuleStatement IsNot Me.
EndModuleStatement
Then
Syntax\TypeBlockSyntax.vb (2)
232
Return
EndModuleStatement
256
Return
EndModuleStatement