2 references to DeclarationTable
Microsoft.CodeAnalysis.CSharp (2)
Declarations\DeclarationTable.cs (2)
61return new DeclarationTable(_allOlderRootDeclarations, lazyRootDeclaration, _cache); 77return new DeclarationTable(_allOlderRootDeclarations, latestLazyRootDeclaration: null, cache: _cache);