4 references to SinglePredicate
System.Data.Entity (4)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
358
case SequenceMethod.
SinglePredicate
:
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2474
internal SinglePredicateTranslator() : base(SequenceMethod.
SinglePredicate
) { }
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
94
map.Add(@"Single(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.
SinglePredicate
);
231
map.Add(@"Single(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.
SinglePredicate
);