31 types derived from ExecutableStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (31)
Generated\Syntax.xml.Internal.Generated.vb (31)
10703Inherits ExecutableStatementSyntax 10797Inherits ExecutableStatementSyntax 10917Inherits ExecutableStatementSyntax 11070Inherits ExecutableStatementSyntax 11224Inherits ExecutableStatementSyntax 11378Inherits ExecutableStatementSyntax 11531Inherits ExecutableStatementSyntax 11664Inherits ExecutableStatementSyntax 11784Inherits ExecutableStatementSyntax 12001Inherits ExecutableStatementSyntax 12096Inherits ExecutableStatementSyntax 12216Inherits ExecutableStatementSyntax 12336Inherits ExecutableStatementSyntax 12464Inherits ExecutableStatementSyntax 12804Inherits ExecutableStatementSyntax 13680Inherits ExecutableStatementSyntax 14658Inherits ExecutableStatementSyntax 14777Inherits ExecutableStatementSyntax 14978Inherits ExecutableStatementSyntax 15146Inherits ExecutableStatementSyntax 15277Inherits ExecutableStatementSyntax 16470Inherits ExecutableStatementSyntax 17121Inherits ExecutableStatementSyntax 18283Inherits ExecutableStatementSyntax 18412Inherits ExecutableStatementSyntax 18675Inherits ExecutableStatementSyntax 18796Inherits ExecutableStatementSyntax 18963Inherits ExecutableStatementSyntax 19236Inherits ExecutableStatementSyntax 19514Inherits ExecutableStatementSyntax 32267Inherits ExecutableStatementSyntax
124 instantiations of ExecutableStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (124)
Generated\Syntax.xml.Internal.Generated.vb (124)
10708MyBase.New(kind) 10717MyBase.New(kind) 10727MyBase.New(kind, errors, annotations) 10736MyBase.New(reader) 10803MyBase.New(kind) 10814MyBase.New(kind) 10826MyBase.New(kind, errors, annotations) 10837MyBase.New(reader) 10924MyBase.New(kind) 10939MyBase.New(kind) 10955MyBase.New(kind, errors, annotations) 10970MyBase.New(reader) 11077MyBase.New(kind) 11092MyBase.New(kind) 11108MyBase.New(kind, errors, annotations) 11123MyBase.New(reader) 11231MyBase.New(kind) 11246MyBase.New(kind) 11262MyBase.New(kind, errors, annotations) 11277MyBase.New(reader) 11385MyBase.New(kind) 11400MyBase.New(kind) 11416MyBase.New(kind, errors, annotations) 11431MyBase.New(reader) 11537MyBase.New(kind) 11552MyBase.New(kind) 11568MyBase.New(kind, errors, annotations) 11583MyBase.New(reader) 11670MyBase.New(kind) 11681MyBase.New(kind) 11693MyBase.New(kind, errors, annotations) 11704MyBase.New(reader) 11790MyBase.New(kind) 11801MyBase.New(kind) 11813MyBase.New(kind, errors, annotations) 11824MyBase.New(reader) 12006MyBase.New(kind) 12015MyBase.New(kind) 12025MyBase.New(kind, errors, annotations) 12034MyBase.New(reader) 12102MyBase.New(kind) 12113MyBase.New(kind) 12125MyBase.New(kind, errors, annotations) 12136MyBase.New(reader) 12222MyBase.New(kind) 12233MyBase.New(kind) 12245MyBase.New(kind, errors, annotations) 12256MyBase.New(reader) 12342MyBase.New(kind) 12355MyBase.New(kind) 12369MyBase.New(kind, errors, annotations) 12382MyBase.New(reader) 12473MyBase.New(kind) 12494MyBase.New(kind) 12516MyBase.New(kind, errors, annotations) 12537MyBase.New(reader) 12813MyBase.New(kind) 12836MyBase.New(kind) 12860MyBase.New(kind, errors, annotations) 12883MyBase.New(reader) 13689MyBase.New(kind) 13712MyBase.New(kind) 13736MyBase.New(kind, errors, annotations) 13759MyBase.New(reader) 14664MyBase.New(kind) 14675MyBase.New(kind) 14687MyBase.New(kind, errors, annotations) 14698MyBase.New(reader) 14786MyBase.New(kind) 14805MyBase.New(kind) 14825MyBase.New(kind, errors, annotations) 14844MyBase.New(reader) 14986MyBase.New(kind) 15001MyBase.New(kind) 15017MyBase.New(kind, errors, annotations) 15032MyBase.New(reader) 15152MyBase.New(kind) 15165MyBase.New(kind) 15179MyBase.New(kind, errors, annotations) 15192MyBase.New(reader) 15284MyBase.New(kind) 15299MyBase.New(kind) 15315MyBase.New(kind, errors, annotations) 15330MyBase.New(reader) 16477MyBase.New(kind) 16492MyBase.New(kind) 16508MyBase.New(kind, errors, annotations) 16523MyBase.New(reader) 17127MyBase.New(kind) 17141MyBase.New(kind) 17156MyBase.New(kind, errors, annotations) 17170MyBase.New(reader) 18289MyBase.New(kind) 18302MyBase.New(kind) 18316MyBase.New(kind, errors, annotations) 18329MyBase.New(reader) 18419MyBase.New(kind) 18432MyBase.New(kind) 18446MyBase.New(kind, errors, annotations) 18459MyBase.New(reader) 18681MyBase.New(kind) 18692MyBase.New(kind) 18704MyBase.New(kind, errors, annotations) 18715MyBase.New(reader) 18804MyBase.New(kind) 18819MyBase.New(kind) 18835MyBase.New(kind, errors, annotations) 18850MyBase.New(reader) 18970MyBase.New(kind) 18985MyBase.New(kind) 19001MyBase.New(kind, errors, annotations) 19016MyBase.New(reader) 19243MyBase.New(kind) 19260MyBase.New(kind) 19278MyBase.New(kind, errors, annotations) 19295MyBase.New(reader) 19520MyBase.New(kind) 19533MyBase.New(kind) 19547MyBase.New(kind, errors, annotations) 19560MyBase.New(reader) 32273MyBase.New(kind) 32284MyBase.New(kind) 32296MyBase.New(kind, errors, annotations) 32307MyBase.New(reader)
3 references to ExecutableStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (1)
36620Public Overridable Function VisitExecutableStatement(ByVal node As ExecutableStatementSyntax) As VisualBasicSyntaxNode
Parser\BlockContexts\BlockContext.vb (1)
530If Not TypeOf node Is ExecutableStatementSyntax Then
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
809If TypeOf node Is ExecutableStatementSyntax Then