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