1 write to _keys
System.Web.Extensions (1)
Util\OrderedDictionary.cs (1)
29_keys = new List<TKey>(capacity);
7 references to _keys
System.Web.Extensions (7)
Util\OrderedDictionary.cs (7)
41return _keys.AsReadOnly(); 55_keys.Add(key); 69_keys.Add(key); 75_keys.Clear(); 91foreach (TKey key in _keys) { 98int index = _keys.IndexOf(key); 100_keys.RemoveAt(index);