3 references to TryParseAttribute
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1034
if (!
TryParseAttribute
(name, ns, val, result, Version))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
580
if (!
TryParseAttribute
(name, ns, val, person, Version))
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (1)
106
return SyndicationFeedFormatter.
TryParseAttribute
(name, ns, value, person, version);