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