3 references to SinglePredicate
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
438
case SequenceMethod.
SinglePredicate
:
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
110
map.Add(@"Single(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.
SinglePredicate
);
169
map.Add(@"Single(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.
SinglePredicate
);