2 writes to Key
System.Data.Services (2)
System\Data\Services\RequestUriProcessor.cs (1)
441segment.Key = ExtractKeyValues(resourceType, filter);
System\Data\Services\SegmentInfo.cs (1)
77this.Key = other.Key;
10 references to Key
System.Data.Services (10)
System\Data\Services\RequestUriProcessor.cs (7)
398Debug.Assert(description.LastSegmentInfo.Key != null && !description.LastSegmentInfo.Key.IsEmpty, "Key Must be specified"); 399return description.LastSegmentInfo.Key; 442segment.SingleResult = !segment.Key.IsEmpty; 445if (!segment.Key.AreValuesNamed && segment.Key.ValueCount > 1) 450segment.RequestQueryable = SelectResourceByKey(segment.RequestQueryable, resourceType, segment.Key);
System\Data\Services\SegmentInfo.cs (3)
77this.Key = other.Key; 169get { return this.Key != null && !this.Key.IsEmpty; }