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)
26
If
_dict
.TryGetValue(key, info) Then
33
_dict
.Remove(last.Value)
39
_dict
.Item(key) = New KeyInfo(value, node)
44
If
_dict
.TryGetValue(key, info) Then