5 references to GetDataServiceCollectionOfT
System.Data.Services.Client (5)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (1)
157
Type dscType = WebUtil.
GetDataServiceCollectionOfT
(elementType);
System\Data\Services\Client\AtomMaterializer.cs (1)
778
Type dataServiceCollectionType = WebUtil.
GetDataServiceCollectionOfT
(nestedExpectedType);
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
149
Type dataServiceCollection = WebUtil.
GetDataServiceCollectionOfT
(parms);
System\Data\Services\Client\DataServiceContext.cs (2)
3868
Debug.Assert(WebUtil.
GetDataServiceCollectionOfT
(nestedType) != null, "DataServiceCollection<> must be available here.");
3872
WebUtil.
GetDataServiceCollectionOfT
(nestedType),