6 references to ReflectionUtil
System.Data.Entity (6)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (2)
290if (ReflectionUtil.TryLookupMethod(SequenceMethod.Contains, out containsMethod)) 352ReflectionUtil.TryIdentifySequenceMethod(callExpression.Method, out sequenceMethod))
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
39if (ReflectionUtil.TryIdentifySequenceMethod(linq.Method, out sequenceMethod) &&
System\Data\Objects\ELinq\ObjectQueryProvider.cs (1)
197if (ReflectionUtil.TryIdentifySequenceMethod(queryRoot, true /*unwrapLambdas*/, out seqMethod))
System\Data\Objects\ELinq\ReflectionUtil.cs (1)
398return ReflectionUtil.TryIdentifySequenceMethod(methodCall.Method, out sequenceMethod);
System\Data\Objects\ELinq\Translator.cs (1)
386ReflectionUtil.TryLookupMethod(SequenceMethod.Count, out countMethod);