1 write to _cache
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
3183
_cache
= PooledDictionary(Of Declaration, NamespaceOrTypeSymbol).GetInstance()
5 references to _cache
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\VisualBasicCompilation.vb (5)
3203
_cache
.Free()
3288
If Me.
_cache
.TryGetValue(declaration, symbol) Then
3318
Me.
_cache
(mergedNamespace.ConstituentNamespaces.OfType(Of SourceNamespaceSymbol).First().MergedDeclaration) = symbol
3324
Me.
_cache
(sourceNamespace.MergedDeclaration) = sourceNamespace
3330
Me.
_cache
(sourceType.TypeDeclaration) = sourceType