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)
36private readonly Cache _cache; 48Cache? cache)