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));
1095
writer.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(feed.BaseUri));
1142
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)
783
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
786
writer.WriteString(FeedUtils.
GetUriString
(link.Uri));
821
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(Feed.BaseUri));
893
writer.WriteElementString(Rss20Constants.UrlTag, FeedUtils.
GetUriString
(Feed.ImageUrl));
895
string imgAlternateLink = (alternateLink != null) ? FeedUtils.
GetUriString
(alternateLink.Uri) : string.Empty;
974
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
985
if (guid == FeedUtils.
GetUriString
(item.Links[i].Uri))
1067
writer.WriteAttributeString(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace, FeedUtils.
GetUriString
(selfLink.Uri));
1145
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
1150
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));