1 write to _order
System.IO.Packaging (1)
System\IO\Packaging\OrderedDictionary.cs (1)
23_order = new LinkedList<TValue>();
4 references to _order
System.IO.Packaging (4)
System\IO\Packaging\OrderedDictionary.cs (4)
35_dictionary.Add(key, _order.AddLast(value)); 42_order.Clear(); 49_order.Remove(value); 71public IEnumerator<TValue> GetEnumerator() => _order.GetEnumerator();