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