3 references to TryParseAttribute
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
192
if (!
TryParseAttribute
(name, ns, val, category, version))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
542
else if (!
TryParseAttribute
(name, ns, val, category, this.Version))
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (1)
148
return SyndicationFeedFormatter.
TryParseAttribute
(name, ns, value, category, version);