15 references to predicate
System.Linq (15)
System\Linq\AnyAll.cs (2)
55ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate); 78ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\Count.cs (2)
59ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate); 163ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\First.cs (1)
114ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\Last.cs (1)
121ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\Single.cs (1)
117ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\Skip.cs (2)
52ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate); 93ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate);
System\Linq\Take.cs (2)
199ThrowHelper.ThrowArgumentNullException(ExceptionArgument.predicate); 232ThrowHelper.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);