1 write to resultFeed
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
242
this.
resultFeed
= new SyndicationFeed();
5 references to resultFeed
System.Data.Services (5)
System\Data\Services\Serializers\SyndicationSerializer.cs (5)
243
IncludeCommonNamespaces(this.
resultFeed
.AttributeExtensions);
244
this.
resultFeed
.BaseUri = RequestUriProcessor.AppendEscapedSegment(this.AbsoluteServiceUri, "");
263
this.
resultFeed
, // feed
268
SyndicationFeedFormatter formatter = this.factory.CreateSyndicationFeedFormatter(this.
resultFeed
);
281
this.
resultFeed
.ElementExtensions.Add(rowCountElement);