3 references to TryIdentifySequenceMethod
System.Data.Entity (3)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
352ReflectionUtil.TryIdentifySequenceMethod(callExpression.Method, out sequenceMethod))
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
39if (ReflectionUtil.TryIdentifySequenceMethod(linq.Method, out sequenceMethod) &&
System\Data\Objects\ELinq\ReflectionUtil.cs (1)
398return ReflectionUtil.TryIdentifySequenceMethod(methodCall.Method, out sequenceMethod);