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