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