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