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)
884Current = default; 896Current = 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)
878object IEnumerator.Current => Current;