12 references to ResourceKeyKind
System.Data.Services (12)
System\Data\Services\Providers\ReflectionServiceProvider.cs (12)
194internal static bool IsPropertyKeyProperty(PropertyInfo property, out ResourceKeyKind keyKind) 196keyKind = (ResourceKeyKind)(-1); 206keyKind = ResourceKeyKind.AttributedKey; 215keyKind = ResourceKeyKind.TypeNameId; 220keyKind = ResourceKeyKind.Id; 437ResourceKeyKind keyKind; 440if (keyKind == ResourceKeyKind.AttributedKey && !entityTypeCandidate) 616ResourceKeyKind keyKind = (ResourceKeyKind)Int32.MaxValue; 629ResourceKeyKind currentKeyKind = (ResourceKeyKind)(-1); 670Debug.Assert(currentKeyKind == ResourceKeyKind.AttributedKey, "This is the only way of specifying composite keys");