3 instantiations of KeyInfo
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\CacheDict.vb (3)
25
Dim info As New
KeyInfo
39
_dict.Item(key) = New
KeyInfo
(value, node)
43
Dim info As New
KeyInfo
2 references to KeyInfo
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\CacheDict.vb (2)
12
Private ReadOnly _dict As Dictionary(Of TKey,
KeyInfo
)
19
_dict = New Dictionary(Of TKey,
KeyInfo
)