2 implementations of GetSegmentForContentId
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
266SegmentInfo IDataService.GetSegmentForContentId(string contentId) 2255public SegmentInfo GetSegmentForContentId(string contentId)
2 references to GetSegmentForContentId
System.Data.Services (2)
System\Data\Services\RequestUriProcessor.cs (1)
580SegmentInfo newSegmentInfo = service.GetSegmentForContentId(segment.Identifier);
System\Data\Services\Serializers\Deserializer.cs (1)
639if (segmentInfo.Identifier.StartsWith("$", StringComparison.Ordinal) && service.GetSegmentForContentId(segmentInfo.Identifier) != null)