34 references to IsEmptyArray
System.Linq (34)
System\Linq\AggregateBy.cs (2)
47
if (
IsEmptyArray
(source))
95
if (
IsEmptyArray
(source))
System\Linq\Concat.cs (2)
23
if (
IsEmptyArray
(first))
28
if (
IsEmptyArray
(second))
System\Linq\CountBy.cs (1)
31
if (
IsEmptyArray
(source))
System\Linq\Distinct.cs (2)
20
if (
IsEmptyArray
(source))
64
if (
IsEmptyArray
(source))
System\Linq\Grouping.cs (4)
27
if (
IsEmptyArray
(source))
55
if (
IsEmptyArray
(source))
83
if (
IsEmptyArray
(source))
116
if (
IsEmptyArray
(source))
System\Linq\GroupJoin.cs (1)
40
if (
IsEmptyArray
(outer))
System\Linq\Index.cs (1)
22
if (
IsEmptyArray
(source))
System\Linq\Join.cs (1)
40
if (
IsEmptyArray
(outer))
System\Linq\Lookup.cs (2)
27
if (
IsEmptyArray
(source))
55
if (
IsEmptyArray
(source))
System\Linq\Reverse.cs (1)
18
if (
IsEmptyArray
(source))
System\Linq\Select.cs (1)
66
if (
IsEmptyArray
(source))
System\Linq\SelectMany.cs (4)
23
if (
IsEmptyArray
(source))
43
if (
IsEmptyArray
(source))
85
if (
IsEmptyArray
(source))
127
if (
IsEmptyArray
(source))
System\Linq\Skip.cs (4)
17
if (
IsEmptyArray
(source))
55
if (
IsEmptyArray
(source))
96
if (
IsEmptyArray
(source))
139
IsEmptyArray
(source) ? [] :
System\Linq\Take.cs (5)
18
return count <= 0 ||
IsEmptyArray
(source) ?
40
if (
IsEmptyArray
(source))
202
if (
IsEmptyArray
(source))
235
if (
IsEmptyArray
(source))
269
return count <= 0 ||
IsEmptyArray
(source) ?
System\Linq\Take.SpeedOpt.cs (2)
13
Debug.Assert(source is not null && !
IsEmptyArray
(source));
24
Debug.Assert(source is not null && !
IsEmptyArray
(source));
System\Linq\Where.cs (1)
59
if (
IsEmptyArray
(source))