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