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