2 references to Atom10ItemFormatter
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
147public Atom10ItemFormatter(TSyndicationItem itemToWrite) : base(itemToWrite)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
195public Atom10ItemFormatter GetAtom10Formatter() => new Atom10ItemFormatter(this);