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