CollectionAsserts.cs (25)
37 GuardArgumentNotNull(nameof(collection), collection);
38 GuardArgumentNotNull(nameof(action), action);
55 GuardArgumentNotNull(nameof(collection), collection);
56 GuardArgumentNotNull(nameof(action), action);
163 GuardArgumentNotNull(nameof(collection), collection);
164 GuardArgumentNotNull(nameof(elementInspectors), elementInspectors);
232 GuardArgumentNotNull(nameof(collection), collection);
268 GuardArgumentNotNull(nameof(collection), collection);
269 GuardArgumentNotNull(nameof(comparer), comparer);
288 GuardArgumentNotNull(nameof(collection), collection);
289 GuardArgumentNotNull(nameof(filter), filter);
318 GuardArgumentNotNull(nameof(collection), collection);
319 GuardArgumentNotNull(nameof(comparer), comparer);
339 GuardArgumentNotNull(nameof(collection), collection);
375 GuardArgumentNotNull(nameof(collection), collection);
376 GuardArgumentNotNull(nameof(comparer), comparer);
395 GuardArgumentNotNull(nameof(collection), collection);
396 GuardArgumentNotNull(nameof(filter), filter);
411 GuardArgumentNotNull(nameof(collection), collection);
469 GuardArgumentNotNull(nameof(collection), collection);
533 GuardArgumentNotNull(nameof(collection), collection);
556 GuardArgumentNotNull(nameof(collection), collection);
572 GuardArgumentNotNull(nameof(collection), collection);
593 GuardArgumentNotNull(nameof(collection), collection);
594 GuardArgumentNotNull(nameof(predicate), predicate);