6 references to IsDataServiceCollection
System.Data.Services.Client (6)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (2)
201if (BindingEntityInfo.IsDataServiceCollection(type)) 292if (BindingEntityInfo.IsDataServiceCollection(propertyType))
System\Data\Services\Client\Binding\BindingGraph.cs (1)
74BindingEntityInfo.IsDataServiceCollection(collection.GetType()),
System\Data\Services\Client\Binding\BindingObserver.cs (1)
280Debug.Assert(BindingEntityInfo.IsDataServiceCollection(collection.GetType()), "We only register this event for DataServiceCollections.");
System\Data\Services\Client\Binding\BindingUtils.cs (1)
63Debug.Assert(BindingEntityInfo.IsDataServiceCollection(oec.GetType()), "Must be an DataServiceCollection.");
System\Data\Services\Client\DataServiceContext.cs (1)
3866if (BindingEntityInfo.IsDataServiceCollection(property.PropertyType))