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