1 write to _allOlderRootDeclarations
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTable.cs (1)
50
_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)
61
return new DeclarationTable(
_allOlderRootDeclarations
, lazyRootDeclaration, _cache);
68
return new DeclarationTable(
_allOlderRootDeclarations
.Add(_latestLazyRootDeclaration), lazyRootDeclaration, cache: null);
77
return new DeclarationTable(
_allOlderRootDeclarations
, latestLazyRootDeclaration: null, cache: _cache);
86
return new DeclarationTable(
_allOlderRootDeclarations
.Remove(lazyRootDeclaration), _latestLazyRootDeclaration, cache: null);