1 write to _cache
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
3193
_cache
= PooledDictionary(Of Declaration, NamespaceOrTypeSymbol).GetInstance()
5 references to _cache
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\VisualBasicCompilation.vb (5)
3213
_cache
.Free()
3298
If Me.
_cache
.TryGetValue(declaration, symbol) Then
3328
Me.
_cache
(mergedNamespace.ConstituentNamespaces.OfType(Of SourceNamespaceSymbol).First().MergedDeclaration) = symbol
3334
Me.
_cache
(sourceNamespace.MergedDeclaration) = sourceNamespace
3340
Me.
_cache
(sourceType.TypeDeclaration) = sourceType