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