3 references to AppendEscapedSegment
System.Data.Services (3)
System\Data\Services\RequestUriProcessor.cs (1)
213return AppendEscapedSegment(uri, Uri.EscapeDataString(text));
System\Data\Services\Serializers\Serializer.cs (1)
185return RequestUriProcessor.AppendEscapedSegment(absoluteServiceUri, objectKey);
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
244this.resultFeed.BaseUri = RequestUriProcessor.AppendEscapedSegment(this.AbsoluteServiceUri, "");