1 write to _cache
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
3156
_cache
= PooledDictionary(Of Declaration, NamespaceOrTypeSymbol).GetInstance()
5 references to _cache
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\VisualBasicCompilation.vb (5)
3176
_cache
.Free()
3261
If Me.
_cache
.TryGetValue(declaration, symbol) Then
3291
Me.
_cache
(mergedNamespace.ConstituentNamespaces.OfType(Of SourceNamespaceSymbol).First().MergedDeclaration) = symbol
3297
Me.
_cache
(sourceNamespace.MergedDeclaration) = sourceNamespace
3303
Me.
_cache
(sourceType.TypeDeclaration) = sourceType