Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
2 writes to Current
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (2)
884
Current
= default;
896
Current
= new KeyValuePair<TKey, TValue>(node._key, node._value);
1 reference to Current
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
878
object IEnumerator.Current =>
Current
;