4 references to _dict
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (4)
1588
If
_dict
.TryGetValue(key, node) Then
1595
ElseIf
_dict
.Count = _maxSize Then
1597
_dict
.Remove(_list.Last.Value)
1603
_dict
.Add(key, node)