1 type derived from Atom10ItemFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
180
public class Atom10ItemFormatter<TSyndicationItem> :
Atom10ItemFormatter
3 instantiations of Atom10ItemFormatter
System.Data.Services (2)
System\Data\Services\Serializers\Atom10FormatterFactory.cs (2)
52
return new
Atom10ItemFormatter
();
71
return new
Atom10ItemFormatter
(itemToWrite);
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
251
return new
Atom10ItemFormatter
(this);
7 references to Atom10ItemFormatter
System.Data.Services (4)
System\Data\Services\Serializers\Atom10FormatterFactory.cs (4)
48
/// <summary>Creates a new instance of the <see cref="
Atom10ItemFormatter
"/> class.</summary>
49
/// <returns>A new instance of the <see cref="
Atom10ItemFormatter
"/> class.</returns>
56
/// Creates a new instance of the <see cref="
Atom10ItemFormatter
"/> class with the specified
60
/// <returns>A new instance of the <see cref="
Atom10ItemFormatter
"/> class.</returns>
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
249
public
Atom10ItemFormatter
GetAtom10Formatter()
System.ServiceModel.Web (2)
AssemblyInfo.cs (1)
19
[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.
Atom10ItemFormatter
))]
System\ServiceModel\Dispatcher\HelpPage.cs (1)
323
else if (typeof(
Atom10ItemFormatter
).IsAssignableFrom(type))