18 references to GetUriString
System.ServiceModel.Syndication (18)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
451
writer.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
472
writer.WriteAttributeString(Atom10Constants.HrefTag, FeedUtils.
GetUriString
(link.Uri));
1092
writer.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(feed.BaseUri));
1139
dictWriter.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (3)
319
writer.WriteAttributeString(App10Constants.Href, FeedUtils.
GetUriString
(categories.Link));
327
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUri));
560
writer.WriteAttributeString(App10Constants.Href, FeedUtils.
GetUriString
(collection.Link));
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (10)
780
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
783
writer.WriteString(FeedUtils.
GetUriString
(link.Uri));
818
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(Feed.BaseUri));
890
writer.WriteElementString(Rss20Constants.UrlTag, FeedUtils.
GetUriString
(Feed.ImageUrl));
892
string imgAlternateLink = (alternateLink != null) ? FeedUtils.
GetUriString
(alternateLink.Uri) : string.Empty;
971
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
982
if (guid == FeedUtils.
GetUriString
(item.Links[i].Uri))
1064
writer.WriteAttributeString(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace, FeedUtils.
GetUriString
(selfLink.Uri));
1142
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
1147
writer.WriteAttributeString(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace, FeedUtils.
GetUriString
(link.Uri));
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
37
writer.WriteAttributeString(Atom10Constants.SourceTag, string.Empty, FeedUtils.
GetUriString
(Url));