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