1 instantiation of Atom10ItemFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
165
Atom10ItemFormatter<TSyndicationItem> atomSerializer = new
Atom10ItemFormatter
<TSyndicationItem>();
3 references to Atom10ItemFormatter
System.ServiceModel (1)
netstandard.cs (1)
241
[assembly: TypeForwardedTo(typeof(
Atom10ItemFormatter
<>))]
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
165
Atom10ItemFormatter
<TSyndicationItem> atomSerializer = new Atom10ItemFormatter<TSyndicationItem>();
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
11
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.
Atom10ItemFormatter
<>))]