3 references to TryIdentifySequenceMethod
System.Data.Entity (3)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
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\ReflectionUtil.cs (1)
398
return ReflectionUtil.
TryIdentifySequenceMethod
(methodCall.Method, out sequenceMethod);