1 override of CreateSyndicationItemFormatter
System.Data.Services (1)
System\Data\Services\Serializers\Atom10FormatterFactory.cs (1)
61
internal override SyndicationItemFormatter
CreateSyndicationItemFormatter
(SyndicationItem itemToWrite)
2 references to CreateSyndicationItemFormatter
System.Data.Services (2)
System\Data\Services\Serializers\SyndicationSerializer.cs (2)
218
SyndicationItemFormatter formatter = this.factory.
CreateSyndicationItemFormatter
(this.resultItem);
1219
SyndicationItemFormatter formatter = this.factory.
CreateSyndicationItemFormatter
(this.item);