1 type derived from Atom10ItemFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
141public class Atom10ItemFormatter<TSyndicationItem> : Atom10ItemFormatter where TSyndicationItem : SyndicationItem, new()
1 instantiation of Atom10ItemFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
195public Atom10ItemFormatter GetAtom10Formatter() => new Atom10ItemFormatter(this);
2 references to Atom10ItemFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
195public Atom10ItemFormatter GetAtom10Formatter() => new Atom10ItemFormatter(this);
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
10[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Atom10ItemFormatter))]