1 type derived from TypeBlockContext
Microsoft.CodeAnalysis.VisualBasic (1)
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (1)
15
Inherits
TypeBlockContext
7 instantiations of TypeBlockContext
Microsoft.CodeAnalysis.VisualBasic (7)
Parser\BlockContexts\DeclarationContext.vb (3)
62
Return New
TypeBlockContext
(SyntaxKind.ModuleBlock, DirectCast(node, StatementSyntax), Me)
68
Return New
TypeBlockContext
(SyntaxKind.ClassBlock, DirectCast(node, StatementSyntax), Me)
71
Return New
TypeBlockContext
(SyntaxKind.StructureBlock, DirectCast(node, StatementSyntax), Me)
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (3)
18
MyBase.
New
(SyntaxKind.InterfaceBlock, statement, prevContext)
94
Return New
TypeBlockContext
(SyntaxKind.ClassBlock, DirectCast(node, StatementSyntax), Me)
97
Return New
TypeBlockContext
(SyntaxKind.StructureBlock, DirectCast(node, StatementSyntax), Me)
Parser\BlockContexts\NamespaceBlockContext.vb (1)
37
Return New
TypeBlockContext
(SyntaxKind.ModuleBlock, DirectCast(node, StatementSyntax), Me)