10 references to resultSelector
System.Linq (10)
System\Linq\Aggregate.cs (1)
100
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
resultSelector
);
System\Linq\Grouping.cs (2)
80
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
resultSelector
);
113
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
resultSelector
);
System\Linq\GroupJoin.cs (1)
37
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
resultSelector
);
System\Linq\Join.cs (1)
37
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
resultSelector
);
System\Linq\SelectMany.cs (2)
82
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
resultSelector
);
124
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
resultSelector
);
System\Linq\ThrowHelper.cs (2)
55
case ExceptionArgument.
resultSelector
: return nameof(ExceptionArgument.
resultSelector
);
System\Linq\Zip.cs (1)
24
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
resultSelector
);