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