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