11 references to ReflectionUtil
System.Data.Services.Client (11)
System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs (1)
109if (ReflectionUtil.TryIdentifySequenceMethod(mce.Method, out sequenceMethod))
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
432ReflectionUtil.TryIdentifySequenceMethod(callExpression.Method, out sequenceMethod))
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (4)
122ReflectionUtil.IsSequenceMethod(call.Method, SequenceMethod.ToList) || 123ReflectionUtil.IsSequenceMethod(call.Method, SequenceMethod.Select); 134if (ReflectionUtil.IsSequenceMethod(call.Method, SequenceMethod.Select)) 139if (insideCall != null && ReflectionUtil.IsSequenceMethod(insideCall.Method, SequenceMethod.Select))
System\Data\Services\Client\ALinq\ReflectionUtil.cs (1)
369if (ReflectionUtil.TryIdentifySequenceMethod(method, out foundSequenceMethod))
System\Data\Services\Client\ALinq\ResourceBinder.cs (3)
1209if (ReflectionUtil.TryIdentifySequenceMethod(mce.Method, out sequenceMethod)) 1228if (ReflectionUtil.TryIdentifySequenceMethod(mce.Method, out sequenceMethod)) 1313while (call != null && ReflectionUtil.IsSequenceMethod(call.Method, SequenceMethod.Cast))
System\Data\Services\Client\MemberAssignmentAnalysis.cs (1)
246if (ReflectionUtil.IsSequenceMethod(call.Method, SequenceMethod.Select))