7 references to 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)