1 instantiation of Cache
Microsoft.CodeAnalysis.VisualBasic (1)
Declarations\DeclarationTable.vb (1)
63
Me._cache = If(cache, New
Cache
(Me))
2 references to Cache
Microsoft.CodeAnalysis.VisualBasic (2)
Declarations\DeclarationTable.vb (2)
47
Private ReadOnly _cache As
Cache
60
cache As
Cache
)