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