6 references to IsSequenceMethod
System.Data.Services.Client (6)
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\ResourceBinder.cs (1)
1313while (call != null && ReflectionUtil.IsSequenceMethod(call.Method, SequenceMethod.Cast))
System\Data\Services\Client\MemberAssignmentAnalysis.cs (1)
246if (ReflectionUtil.IsSequenceMethod(call.Method, SequenceMethod.Select))