2 references to Distinct
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
92
map.Add(@"Distinct(IQueryable`1<T0>)->IQueryable`1<T0>", SequenceMethod.
Distinct
);
267
map.Add(@"Distinct(IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.
Distinct
);