1 instantiation of Cache
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTable.cs (1)
51
_cache = cache ?? new
Cache
(this);
2 references to Cache
Microsoft.CodeAnalysis.CSharp (2)
Declarations\DeclarationTable.cs (2)
35
private readonly
Cache
_cache;
47
Cache
? cache)