2 references to ElementAtFromEndOrDefault
System.Linq.AsyncEnumerable (2)
System\Linq\ElementAtAsync.cs (2)
76
return
ElementAtFromEndOrDefault
(source, index.Value, throwIfNotFound: true, cancellationToken)!;
103
return
ElementAtFromEndOrDefault
(source, index.Value, throwIfNotFound: false, cancellationToken);