2 references to TryLookupMethod
System.Data.Entity (2)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
290if (ReflectionUtil.TryLookupMethod(SequenceMethod.Contains, out containsMethod))
System\Data\Objects\ELinq\Translator.cs (1)
386ReflectionUtil.TryLookupMethod(SequenceMethod.Count, out countMethod);