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