1 instantiation of Atom10FeedFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
419Atom10FeedFormatter<TSyndicationFeed> atomSerializer = new Atom10FeedFormatter<TSyndicationFeed>();
3 references to Atom10FeedFormatter
System.ServiceModel (1)
netstandard.cs (1)
239[assembly: TypeForwardedTo(typeof(Atom10FeedFormatter<>))]
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
419Atom10FeedFormatter<TSyndicationFeed> atomSerializer = new Atom10FeedFormatter<TSyndicationFeed>();
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
9[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter<>))]