4 references to Contains
System.Data.Entity (4)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
290if (ReflectionUtil.TryLookupMethod(SequenceMethod.Contains, out containsMethod))
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2224: base(SequenceMethod.Contains)
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
101map.Add(@"Contains(IQueryable`1<T0>, T0)->Boolean", SequenceMethod.Contains); 246map.Add(@"Contains(IEnumerable`1<T0>, T0)->Boolean", SequenceMethod.Contains);