6 references to AddRootDeclaration
Microsoft.CodeAnalysis.CSharp (1)
Compilation\SyntaxAndDeclarationManager.cs (1)
301declTable = declTable.AddRootDeclaration(lazyRoot);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
DeclarationTests.cs (5)
125table = table.AddRootDeclaration(Lazy(decl1)); 157table = table.AddRootDeclaration(Lazy(decl2)); 234table = table.AddRootDeclaration(decl1); 238table = table.AddRootDeclaration(decl2); 244table = table.AddRootDeclaration(decl2);