4 references to AddRootDeclaration
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\VisualBasicCompilation.vb (2)
986declTable = declTable.AddRootDeclaration(entry) 1187declTable = declTable.AddRootDeclaration(embeddedTree.DeclarationEntry)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Parser\DeclarationTests.vb (2)
116table = table.AddRootDeclaration(Lazy(decl1)) 147table = table.AddRootDeclaration(Lazy(decl2))