3 references to SkipWhileOrdinal
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
449
case SequenceMethod.
SkipWhileOrdinal
:
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
83
map.Add(@"SkipWhile(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, Boolean>>)->IQueryable`1<T0>", SequenceMethod.
SkipWhileOrdinal
);
245
map.Add(@"SkipWhile(IEnumerable`1<T0>, Func`3<T0, Int32, Boolean>)->IEnumerable`1<T0>", SequenceMethod.
SkipWhileOrdinal
);