4 types derived from MethodBlockBaseSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
3552
Inherits
MethodBlockBaseSyntax
3647
Inherits
MethodBlockBaseSyntax
3742
Inherits
MethodBlockBaseSyntax
3838
Inherits
MethodBlockBaseSyntax
3 references to MethodBlockBaseSyntax
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (1)
28840
Public Overridable Function VisitMethodBlockBase(ByVal node As
MethodBlockBaseSyntax
) As VisualBasicSyntaxNode
Parser\BlockContexts\DeclarationContext.vb (1)
310
Return UseSyntax(node, newContext, DirectCast(node,
MethodBlockBaseSyntax
).End.IsMissing)
Parser\Parser.vb (1)
546
Dim method = DirectCast(outerContext.Statements(0),
MethodBlockBaseSyntax
)