1 reference to DataServiceEntityAttribute
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
112
bool isEntity = type.GetCustomAttributes(true).OfType<
DataServiceEntityAttribute
>().Any();