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)
465
Debug.Assert(
_arrayEnumerator
.Current != null);
468
return ((DictionaryEntry)
_arrayEnumerator
.Current).Key;
472
return ((DictionaryEntry)
_arrayEnumerator
.Current).Value;
485
Debug.Assert(
_arrayEnumerator
.Current != null);
486
return new DictionaryEntry(((DictionaryEntry)
_arrayEnumerator
.Current).Key, ((DictionaryEntry)
_arrayEnumerator
.Current).Value);
497
Debug.Assert(
_arrayEnumerator
.Current != null);
498
return ((DictionaryEntry)
_arrayEnumerator
.Current).Key;
509
Debug.Assert(
_arrayEnumerator
.Current != null);
510
return ((DictionaryEntry)
_arrayEnumerator
.Current).Value;
519
return
_arrayEnumerator
.MoveNext();
527
_arrayEnumerator
.Reset();