18 references to GetUriString
System.ServiceModel.Syndication (18)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
465
writer.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
486
writer.WriteAttributeString(Atom10Constants.HrefTag, FeedUtils.
GetUriString
(link.Uri));
1122
writer.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(feed.BaseUri));
1169
dictWriter.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (3)
336
writer.WriteAttributeString(App10Constants.Href, FeedUtils.
GetUriString
(categories.Link));
344
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUri));
577
writer.WriteAttributeString(App10Constants.Href, FeedUtils.
GetUriString
(collection.Link));
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (10)
810
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
813
writer.WriteString(FeedUtils.
GetUriString
(link.Uri));
848
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(Feed.BaseUri));
920
writer.WriteElementString(Rss20Constants.UrlTag, FeedUtils.
GetUriString
(Feed.ImageUrl));
922
string imgAlternateLink = (alternateLink != null) ? FeedUtils.
GetUriString
(alternateLink.Uri) : string.Empty;
1001
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
1012
if (guid == FeedUtils.
GetUriString
(item.Links[i].Uri))
1094
writer.WriteAttributeString(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace, FeedUtils.
GetUriString
(selfLink.Uri));
1172
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
1177
writer.WriteAttributeString(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace, FeedUtils.
GetUriString
(link.Uri));
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
40
writer.WriteAttributeString(Atom10Constants.SourceTag, string.Empty, FeedUtils.
GetUriString
(Url));