1 write to _dictionary
System.Collections (1)
System\Collections\Generic\OrderedDictionaryDebugView.cs (1)
15_dictionary = dictionary;
2 references to _dictionary
System.Collections (2)
System\Collections\Generic\OrderedDictionaryDebugView.cs (2)
23KeyValuePair<TKey, TValue>[] items = new KeyValuePair<TKey, TValue>[_dictionary.Count]; 24((ICollection<KeyValuePair<TKey, TValue>>)_dictionary).CopyTo(items, 0);