2 references to TryParseElement
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
861
if (!
TryParseElement
(reader, result, this.Version))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1011
parsedExtension =
TryParseElement
(reader, result, this.Version);