3 references to ElementAtOrDefault
System.Linq (2)
System\Linq\ElementAt.cs (2)
104return source.ElementAtOrDefault(index.Value); 109return source.ElementAtOrDefault(count - index.Value);
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
136result = ExceptionAggregator.WrapEnumerable(childWithCancelChecks, cancelState).ElementAtOrDefault(_index)!;