1 write to _dict
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\CacheDict.vb (1)
19_dict = New Dictionary(Of TKey, KeyInfo)
4 references to _dict
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\CacheDict.vb (4)
26If _dict.TryGetValue(key, info) Then 33_dict.Remove(last.Value) 39_dict.Item(key) = New KeyInfo(value, node) 44If _dict.TryGetValue(key, info) Then