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