7 references to func
System.Linq (7)
System\Linq\Aggregate.cs (3)
19
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
func
);
64
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
func
);
95
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
func
);
System\Linq\AggregateBy.cs (2)
44
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
func
);
92
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
func
);
System\Linq\ThrowHelper.cs (2)
47
case ExceptionArgument.
func
: return nameof(ExceptionArgument.
func
);