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