1 write to TypeBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (1)
Declarations\DeclarationTreeBuilder.vb (1)
391Me.TypeBlockSyntax = typeBlockSyntax
5 references to TypeBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (5)
Declarations\DeclarationTreeBuilder.vb (5)
400Return New TypeBlockInfo(Me.TypeBlockSyntax, Nothing, nested) 406Return New TypeBlockInfo(Me.TypeBlockSyntax, declaration, Me.NestedTypes) 418Dim members As SyntaxList(Of StatementSyntax) = typeEntry.TypeBlockSyntax.Members 454Dim members As SyntaxList(Of StatementSyntax) = typeEntry.TypeBlockSyntax.Members 486Dim typeBlockSyntax As TypeBlockSyntax = typeEntry.TypeBlockSyntax