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