1 write to _data
System.Core (1)
Microsoft\Scripting\Compiler\KeyedQueue.cs (1)
36_data = new Dictionary<K, Queue<V>>();
9 references to _data
System.Core (9)
Microsoft\Scripting\Compiler\KeyedQueue.cs (9)
41if (!_data.TryGetValue(key, out queue)) { 42_data.Add(key, queue = new Queue<V>()); 49if (!_data.TryGetValue(key, out queue)) { 54_data.Remove(key); 61if (_data.TryGetValue(key, out queue) && queue.Count > 0) { 64_data.Remove(key); 74if (!_data.TryGetValue(key, out queue)) { 82if (!_data.TryGetValue(key, out queue)) { 89_data.Clear();