5 references to ValueCount
System.Data.Services (5)
System\Data\Services\KeyInstance.cs (1)
140
Debug.Assert(type.KeyProperties.Count == this.
ValueCount
, "type.KeyProperties.Count == this.ValueCount -- will change with containment");
System\Data\Services\RequestUriProcessor.cs (4)
445
if (!segment.Key.AreValuesNamed && segment.Key.
ValueCount
> 1)
955
if (resourceType.KeyProperties.Count != key.
ValueCount
)
1218
Debug.Assert(key != null && key.
ValueCount
!= 0, "key != null && key.ValueCount != 0");
1219
Debug.Assert(resourceType.KeyProperties.Count == key.
ValueCount
, "resourceType.KeyProperties.Count == key.ValueCount");