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