3 references to FirstOrDefaultPredicate
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
437
case SequenceMethod.
FirstOrDefaultPredicate
:
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
104
map.Add(@"FirstOrDefault(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.
FirstOrDefaultPredicate
);
163
map.Add(@"FirstOrDefault(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.
FirstOrDefaultPredicate
);