3 references to ReadAlternateLink
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
331
result.Links.Add(
ReadAlternateLink
(reader, result.BaseUri, UriParser, PreserveAttributeExtensions));
650
result.Links.Add(
ReadAlternateLink
(reader, result.BaseUri, UriParser, PreserveAttributeExtensions));
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
251
SyndicationLink documentation = Rss20FeedFormatter.
ReadAlternateLink
(reader, BaseUri, SyndicationFeedFormatter.DefaultUriParser, preserveAttributeExtensions: true);