18 references to GetUriString
System.ServiceModel (18)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
484
writer.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
505
writer.WriteAttributeString(Atom10Constants.HrefTag, FeedUtils.
GetUriString
(link.Uri));
1222
writer.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(feed.BaseUri));
1269
dictWriter.WriteAttributeString("xml", "base", XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (3)
430
writer.WriteAttributeString(App10Constants.Href, FeedUtils.
GetUriString
(categories.Link));
438
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUri));
728
writer.WriteAttributeString(App10Constants.Href, FeedUtils.
GetUriString
(collection.Link));
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (10)
1058
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
1061
writer.WriteString(FeedUtils.
GetUriString
(link.Uri));
1095
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(this.Feed.BaseUri));
1181
writer.WriteElementString(Rss20Constants.UrlTag, FeedUtils.
GetUriString
(this.Feed.ImageUrl));
1183
string imgAlternateLink = (alternateLink != null) ? FeedUtils.
GetUriString
(alternateLink.Uri) : string.Empty;
1226
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
1240
if (guid == FeedUtils.
GetUriString
(item.Links[i].Uri))
1330
writer.WriteAttributeString(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace, FeedUtils.
GetUriString
(selfLink.Uri));
1435
writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.
GetUriString
(baseUriToWrite));
1440
writer.WriteAttributeString(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace, FeedUtils.
GetUriString
(link.Uri));
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
55
writer.WriteAttributeString(Atom10Constants.SourceTag, string.Empty, FeedUtils.
GetUriString
(this.url));