7 references to IExpandProvider
System.Data.Services (7)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
936
if (this.metadataProvider is ObjectContextServiceProvider && typeof(T) != typeof(IDataServiceStreamProvider) && typeof(T) != typeof(
IExpandProvider
))
System\Data\Services\Providers\IProjectionProvider.cs (1)
24
/// of <see cref="
IExpandProvider
"/> interface and adds support for paging
System\Data\Services\Providers\RootProjectionNode.cs (3)
25
/// to able able to fall back to the V1 behavior of using the <see cref="
IExpandProvider
"/> interface.</remarks>
32
/// of expands in the query to the <see cref="
IExpandProvider
"/>.</remarks>
95
/// of expands in the query to the <see cref="
IExpandProvider
"/>.</remarks>
System\Data\Services\RequestQueryProcessor.cs (2)
776
IExpandProvider
expandProvider = this.service.Provider.GetService<
IExpandProvider
>(this.service);