1 write to _cache
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTable.cs (1)
52
_cache
= cache ?? new Cache(this);
6 references to _cache
Microsoft.CodeAnalysis.CSharp (6)
Declarations\DeclarationTable.Builder.cs (2)
81
_table = new DeclarationTable(_table._allOlderRootDeclarations, lastDeclaration, _table.
_cache
);
122
_table = new DeclarationTable(_table._allOlderRootDeclarations, latestLazyRootDeclaration: null, cache: _table.
_cache
);
Declarations\DeclarationTable.cs (4)
87
var oldRoot =
_cache
.MergedRoot;
131
var cachedTypeNames =
_cache
.TypeNames;
145
var cachedNamespaceNames =
_cache
.NamespaceNames;
159
var cachedReferenceDirectives =
_cache
.ReferenceDirectives;