3 references to EntitySetAttribute
System.Data.Services.Client (2)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (2)
278
object[] attributes = entityType.GetCustomAttributes(typeof(
EntitySetAttribute
), true);
281
bindingEntityInfo.EntitySet = (attributes != null && attributes.Length == 1) ? ((
EntitySetAttribute
)attributes[0]).EntitySet : null;
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
727
new CodeTypeReference(typeof(System.Data.Services.Common.
EntitySetAttribute
),