1 write to _cache
Microsoft.CodeAnalysis.VisualBasic (1)
Declarations\DeclarationTable.vb (1)
63
Me.
_cache
= If(cache, New Cache(Me))
6 references to _cache
Microsoft.CodeAnalysis.VisualBasic (6)
Declarations\DeclarationTable.vb (6)
73
Return New DeclarationTable(_allOlderRootDeclarations, lazyRootDeclaration, Me.
_cache
)
90
Return New DeclarationTable(_allOlderRootDeclarations, latestLazyRootDeclaration:=Nothing, cache:=Me.
_cache
)
160
Dim oldRoot = Me.
_cache
.MergedRoot.Value
197
Dim cachedTypeNames = Me.
_cache
.TypeNames.Value
207
Dim cachedNamespaceNames = Me.
_cache
.NamespaceNames.Value
217
Dim cachedReferenceDirectives =
_cache
.ReferenceDirectives.Value