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