3 references to TryParseAttribute
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
924
if (!
TryParseAttribute
(name, ns, val, result, this.Version))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
592
if (!
TryParseAttribute
(name, ns, val, result, this.Version))
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (1)
143
return SyndicationFeedFormatter.
TryParseAttribute
(name, ns, value, item, version);