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