5 references to IsEmpty
System.Data.Services (5)
System\Data\Services\KeyInstance.cs (1)
139
Debug.Assert(!this.
IsEmpty
, "!this.IsEmpty -- caller should check");
System\Data\Services\RequestUriProcessor.cs (3)
398
Debug.Assert(description.LastSegmentInfo.Key != null && !description.LastSegmentInfo.Key.
IsEmpty
, "Key Must be specified");
442
segment.SingleResult = !segment.Key.
IsEmpty
;
952
if (!key.
IsEmpty
)
System\Data\Services\SegmentInfo.cs (1)
169
get { return this.Key != null && !this.Key.
IsEmpty
; }