2 references to IsPropertyKeyProperty
System.Data.Services (2)
System\Data\Services\Providers\ReflectionServiceProvider.cs (2)
438
if (
IsPropertyKeyProperty
(property, out keyKind))
655
if (parentResourceType.BaseType == null && parentResourceType.ResourceTypeKind == ResourceTypeKind.EntityType &&
IsPropertyKeyProperty
(property, out currentKeyKind))