4 references to Single
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs (1)
113case SequenceMethod.Single:
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
109map.Add(@"Single(IQueryable`1<T0>)->T0", SequenceMethod.Single); 168map.Add(@"Single(IEnumerable`1<T0>)->T0", SequenceMethod.Single);
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1259case SequenceMethod.Single: