7 references to func
System.Linq (7)
System\Linq\Aggregate.cs (3)
19ThrowHelper.ThrowArgumentNullException(ExceptionArgument.func); 48ThrowHelper.ThrowArgumentNullException(ExceptionArgument.func); 69ThrowHelper.ThrowArgumentNullException(ExceptionArgument.func);
System\Linq\AggregateBy.cs (2)
28ThrowHelper.ThrowArgumentNullException(ExceptionArgument.func); 60ThrowHelper.ThrowArgumentNullException(ExceptionArgument.func);
System\Linq\ThrowHelper.cs (2)
47case ExceptionArgument.func: return nameof(ExceptionArgument.func);