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