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