2 types derived from SyndicationItemFormatter
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
12public class Atom10ItemFormatter : SyndicationItemFormatter, IXmlSerializable
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
12public class Rss20ItemFormatter : SyndicationItemFormatter, IXmlSerializable
1 reference to SyndicationItemFormatter
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
33[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationItemFormatter))]