1 write to _cache
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
3207
_cache
= PooledDictionary(Of Declaration, NamespaceOrTypeSymbol).GetInstance()
5 references to _cache
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\VisualBasicCompilation.vb (5)
3227
_cache
.Free()
3312
If Me.
_cache
.TryGetValue(declaration, symbol) Then
3342
Me.
_cache
(mergedNamespace.ConstituentNamespaces.OfType(Of SourceNamespaceSymbol).First().MergedDeclaration) = symbol
3348
Me.
_cache
(sourceNamespace.MergedDeclaration) = sourceNamespace
3354
Me.
_cache
(sourceType.TypeDeclaration) = sourceType