1 write to _arrayEnumerator
System.Collections.Specialized (1)
System\Collections\Specialized\OrderedDictionary.cs (1)
454_arrayEnumerator = array.GetEnumerator();
12 references to _arrayEnumerator
System.Collections.Specialized (12)
System\Collections\Specialized\OrderedDictionary.cs (12)
465Debug.Assert(_arrayEnumerator.Current != null); 468return ((DictionaryEntry)_arrayEnumerator.Current).Key; 472return ((DictionaryEntry)_arrayEnumerator.Current).Value; 485Debug.Assert(_arrayEnumerator.Current != null); 486return new DictionaryEntry(((DictionaryEntry)_arrayEnumerator.Current).Key, ((DictionaryEntry)_arrayEnumerator.Current).Value); 497Debug.Assert(_arrayEnumerator.Current != null); 498return ((DictionaryEntry)_arrayEnumerator.Current).Key; 509Debug.Assert(_arrayEnumerator.Current != null); 510return ((DictionaryEntry)_arrayEnumerator.Current).Value; 519return _arrayEnumerator.MoveNext(); 527_arrayEnumerator.Reset();