1 instantiation of GenericEmptyEnumerator
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Array.Enumerators.cs (1)
160public static readonly GenericEmptyEnumerator<T> Instance = new();
3 references to GenericEmptyEnumerator
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Array.Enumerators.cs (1)
160public static readonly GenericEmptyEnumerator<T> Instance = new();
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
373Count == 0 ? GenericEmptyEnumerator<KeyValuePair<TKey, TValue>>.Instance :
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (1)
261GenericEmptyEnumerator<KeyValuePair<TKey, TValue>>.Instance :