1 write to _allOlderRootDeclarations
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTable.cs (1)
49
_allOlderRootDeclarations
= allOlderRootDeclarations;
5 references to _allOlderRootDeclarations
Microsoft.CodeAnalysis.CSharp (5)
Declarations\DeclarationTable.Cache.cs (1)
47
MergedNamespaceDeclaration.Create(_table.
_allOlderRootDeclarations
.InInsertionOrder.Select(static lazyRoot => lazyRoot.Value).AsImmutable<SingleNamespaceDeclaration>()),
Declarations\DeclarationTable.cs (4)
60
return new DeclarationTable(
_allOlderRootDeclarations
, lazyRootDeclaration, _cache);
67
return new DeclarationTable(
_allOlderRootDeclarations
.Add(_latestLazyRootDeclaration), lazyRootDeclaration, cache: null);
76
return new DeclarationTable(
_allOlderRootDeclarations
, latestLazyRootDeclaration: null, cache: _cache);
85
return new DeclarationTable(
_allOlderRootDeclarations
.Remove(lazyRootDeclaration), _latestLazyRootDeclaration, cache: null);