1 instantiation of Enumerator
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
859
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() => new
Enumerator
(this);