4 references to RemoveRootDeclaration
Microsoft.CodeAnalysis.CSharp (1)
Compilation\SyntaxAndDeclarationManager.cs (1)
462
declTable = declTable.
RemoveRootDeclaration
(lazyRoot);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
DeclarationTests.cs (3)
241
table = table.
RemoveRootDeclaration
(decl2);
247
table = table.
RemoveRootDeclaration
(decl1);
250
table = table.
RemoveRootDeclaration
(decl2);