1 write to _cache
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
3196
_cache
= PooledDictionary(Of Declaration, NamespaceOrTypeSymbol).GetInstance()
5 references to _cache
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\VisualBasicCompilation.vb (5)
3216
_cache
.Free()
3301
If Me.
_cache
.TryGetValue(declaration, symbol) Then
3331
Me.
_cache
(mergedNamespace.ConstituentNamespaces.OfType(Of SourceNamespaceSymbol).First().MergedDeclaration) = symbol
3337
Me.
_cache
(sourceNamespace.MergedDeclaration) = sourceNamespace
3343
Me.
_cache
(sourceType.TypeDeclaration) = sourceType