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