2 references to TryParseFeedElementFrom
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
841if (TryParseFeedElementFrom(reader, result))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1008bool parsedExtension = this.serializeExtensionsAsAtom && this.atomSerializer.TryParseFeedElementFrom(reader, result);