14 references to first
System.Linq (14)
System\Linq\Concat.cs (1)
15
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);
System\Linq\Except.cs (3)
14
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);
29
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);
65
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);
System\Linq\Intersect.cs (2)
16
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);
62
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);
System\Linq\SequenceEqual.cs (1)
17
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);
System\Linq\ThrowHelper.cs (2)
46
case ExceptionArgument.
first
: return nameof(ExceptionArgument.
first
);
System\Linq\Union.cs (2)
18
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);
62
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);
System\Linq\Zip.cs (3)
14
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);
34
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);
59
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
first
);