1 write to keyProperties
System.Data.Services (1)
System\Data\Services\Providers\ResourceType.cs (1)
331this.keyProperties = readOnlyKeyProperties;
4 references to keyProperties
System.Data.Services (4)
System\Data\Services\Providers\ResourceType.cs (4)
306if (this.keyProperties == null) 336(this.ResourceTypeKind != ResourceTypeKind.EntityType && this.keyProperties.Count == 0) || 337(this.ResourceTypeKind == ResourceTypeKind.EntityType && this.keyProperties.Count > 0), 340return this.keyProperties;