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