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