18 references to GetUriString
System.ServiceModel.Syndication (18)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
450
writer.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
471
writer.WriteAttributeString(Atom10Constants.HrefTag, FeedUtils.
GetUriString
(link.Uri));
1091
writer.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(feed.BaseUri));
1138
dictWriter.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (3)
318
writer.WriteAttributeString(App10Constants.Href, FeedUtils.
GetUriString
(categories.Link));
326
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUri));
559
writer.WriteAttributeString(App10Constants.Href, FeedUtils.
GetUriString
(collection.Link));
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (10)
779
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
782
writer.WriteString(FeedUtils.
GetUriString
(link.Uri));
817
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(Feed.BaseUri));
889
writer.WriteElementString(Rss20Constants.UrlTag, FeedUtils.
GetUriString
(Feed.ImageUrl));
891
string imgAlternateLink = (alternateLink != null) ? FeedUtils.
GetUriString
(alternateLink.Uri) : string.Empty;
970
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
981
if (guid == FeedUtils.
GetUriString
(item.Links[i].Uri))
1063
writer.WriteAttributeString(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace, FeedUtils.
GetUriString
(selfLink.Uri));
1141
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
1146
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));