2 references to EmptyProperties
System.Data.Services (2)
System\Data\Services\Providers\ResourceType.cs (2)
274readOnlyProperties = new ReadOnlyCollection<ResourceProperty>(this.propertiesDeclaredOnThisType ?? ResourceType.EmptyProperties); 317readOnlyKeyProperties = ResourceType.EmptyProperties;