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