8 references to Empty
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\ArraySegment.cs (1)
263Count == 0 ? SZGenericArrayEnumerator<T>.Empty :
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
1946Count == 0 ? SZGenericArrayEnumerator<TKey>.Empty : 2140Count == 0 ? SZGenericArrayEnumerator<TValue>.Empty :
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
686Count == 0 ? SZGenericArrayEnumerator<T>.Empty :
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (1)
668Count == 0 ? SZGenericArrayEnumerator<T>.Empty :
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (1)
186Count == 0 ? SZGenericArrayEnumerator<T>.Empty :
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (1)
48list.Count == 0 ? SZGenericArrayEnumerator<T>.Empty :
src\System\Array.CoreCLR.cs (1)
771return length == 0 ? SZGenericArrayEnumerator<T>.Empty : new SZGenericArrayEnumerator<T>(@this, length);