12 references to RootSingleNamespaceDeclaration
Microsoft.CodeAnalysis.VisualBasic (12)
Declarations\DeclarationTable.vb (9)
18Public ReadOnly Root As Lazy(Of RootSingleNamespaceDeclaration) 21Public Sub New(root As Lazy(Of RootSingleNamespaceDeclaration), isEmbedded As Boolean) 56Private _lazyAllRootDeclarations As ImmutableArray(Of RootSingleNamespaceDeclaration) 102Public Function AllRootNamespaces() As ImmutableArray(Of RootSingleNamespaceDeclaration) 104Dim builder = ArrayBuilder(Of RootSingleNamespaceDeclaration).GetInstance() 116Private Sub GetOlderNamespaces(builder As ArrayBuilder(Of RootSingleNamespaceDeclaration)) 126Dim builder = ArrayBuilder(Of RootSingleNamespaceDeclaration).GetInstance() 133Private Function SelectManyFromOlderDeclarationsNoEmbedded(Of T)(selector As Func(Of RootSingleNamespaceDeclaration, ImmutableArray(Of T))) As ImmutableArray(Of T) 226Private Function GetLatestRootDeclarationIfAny(includeEmbedded As Boolean) As RootSingleNamespaceDeclaration
Declarations\DeclarationTreeBuilder.vb (2)
27Public Shared Function ForTree(tree As SyntaxTree, rootNamespace As ImmutableArray(Of String), scriptClassName As String, isSubmission As Boolean) As RootSingleNamespaceDeclaration 29Dim decl = DirectCast(builder.ForDeclaration(tree.GetRoot()), RootSingleNamespaceDeclaration)
Symbols\Source\SourceAssemblySymbol.vb (1)
491For Each rootNs As RootSingleNamespaceDeclaration In declarations