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