1 write to resultItem
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
163this.resultItem = new SyndicationItem();
5 references to resultItem
System.Data.Services (5)
System\Data\Services\Serializers\SyndicationSerializer.cs (5)
164this.resultItem.BaseUri = this.AbsoluteServiceUri; 165IncludeCommonNamespaces(this.resultItem.AttributeExtensions); 177this.resultItem); 213this.resultItem); // target 218SyndicationItemFormatter formatter = this.factory.CreateSyndicationItemFormatter(this.resultItem);