14 references to second
System.Linq (14)
System\Linq\Concat.cs (1)
20
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);
System\Linq\Except.cs (3)
19
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);
34
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);
69
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);
System\Linq\Intersect.cs (2)
21
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);
66
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);
System\Linq\SequenceEqual.cs (1)
22
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);
System\Linq\ThrowHelper.cs (2)
56
case ExceptionArgument.
second
: return nameof(ExceptionArgument.
second
);
System\Linq\Union.cs (2)
23
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);
66
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);
System\Linq\Zip.cs (3)
19
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);
39
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);
64
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
second
);