1 instantiation of Atom10FeedFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
268Atom10FeedFormatter<TSyndicationFeed> atomSerializer = new Atom10FeedFormatter<TSyndicationFeed>();
2 references to Atom10FeedFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
268Atom10FeedFormatter<TSyndicationFeed> atomSerializer = new Atom10FeedFormatter<TSyndicationFeed>();
System.ServiceModel.Web (1)
AssemblyInfo.cs (1)
18[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter<>))]