4 writes to _current
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
1782_current = default; 1800_current = new KeyValuePair<TKey, TValue>(entry.key, entry.value); 1806_current = default; 1840_current = default;
9 references to _current
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (9)
1810public KeyValuePair<TKey, TValue> Current => _current; 1825return new DictionaryEntry(_current.Key, _current.Value); 1828return new KeyValuePair<TKey, TValue>(_current.Key, _current.Value); 1852return new DictionaryEntry(_current.Key, _current.Value); 1865return _current.Key; 1878return _current.Value;