1 write to factory
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
97
this.
factory
= factory;
4 references to factory
System.Data.Services (4)
System\Data\Services\Serializers\SyndicationSerializer.cs (4)
218
SyndicationItemFormatter formatter = this.
factory
.CreateSyndicationItemFormatter(this.resultItem);
268
SyndicationFeedFormatter formatter = this.
factory
.CreateSyndicationFeedFormatter(this.resultFeed);
1093
InlineAtomFeed inlineFeedExtension = new InlineAtomFeed(feed, this.
factory
);
1120
InlineAtomItem inlineItemExtension = new InlineAtomItem(inlineItem, this.
factory
);