2 references to TryParseContent
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
718if (TryParseContent(reader, item, type, this.Version, out result))
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (1)
164return SyndicationFeedFormatter.TryParseContent(reader, item, contentType, version, out content);