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