1 write to arrayEnumerator
System (1)
compmod\system\collections\specialized\ordereddictionary.cs (1)
392
arrayEnumerator
= array.GetEnumerator();
8 references to arrayEnumerator
System (8)
compmod\system\collections\specialized\ordereddictionary.cs (8)
402
return ((DictionaryEntry)
arrayEnumerator
.Current).Key;
405
return ((DictionaryEntry)
arrayEnumerator
.Current).Value;
416
return new DictionaryEntry(((DictionaryEntry)
arrayEnumerator
.Current).Key, ((DictionaryEntry)
arrayEnumerator
.Current).Value);
425
return ((DictionaryEntry)
arrayEnumerator
.Current).Key;
434
return ((DictionaryEntry)
arrayEnumerator
.Current).Value;
442
return
arrayEnumerator
.MoveNext();
449
arrayEnumerator
.Reset();