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