9 references to HasKeyValues
System.Data.Services (9)
System\Data\Services\DataService.cs (1)
1642Debug.Assert(description.LastSegmentInfo.HasKeyValues, "expecting properties to have key value specified");
System\Data\Services\RequestDescription.cs (1)
574if (this.segmentInfos[j].TargetKind == RequestTargetKind.Resource || this.segmentInfos[j].HasKeyValues)
System\Data\Services\SegmentInfo.cs (1)
190this.HasKeyValues;
System\Data\Services\Serializers\Deserializer.cs (5)
331description.LastSegmentInfo.HasKeyValues && 427description.SegmentInfos[j].HasKeyValues) 509Debug.Assert(!description.LastSegmentInfo.HasKeyValues, "CreateSegments must have caught the problem already."); 552(segmentInfo.HasKeyValues || checkForNull)) 1096Debug.Assert(!requestDescription.LastSegmentInfo.HasKeyValues, "CreateSegments must have caught this issue.");
System\Data\Services\WebUtil.cs (1)
464description.LastSegmentInfo.HasKeyValues)