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)
896
Current
= default;
928
Current
= new KeyValuePair<TKey, TValue>(node._key, node._value);
1 reference to Current
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
890
object IEnumerator.Current =>
Current
;