15 references to predicate
System.Linq (15)
System\Linq\AnyAll.cs (2)
53ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate); 89ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\Count.cs (2)
55ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate); 165ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\First.cs (1)
110ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\Last.cs (1)
117ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\Single.cs (1)
115ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\Skip.cs (2)
50ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate); 89ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\Take.cs (2)
208ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate); 241ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\ThrowHelper.cs (2)
54case ExceptionArgument.predicate: return nameof(ExceptionArgument.predicate);
System\Linq\Where.cs (2)
21ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate); 56ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);