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