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