4 writes to Content
System.Data.Services (2)
System\Data\Services\Serializers\SyndicationSerializer.cs (2)
535
target.
Content
= new UrlSyndicationContent(readStreamUri, mediaContentType);
544
target.
Content
= content;
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
347
result.
Content
= ReadContentFrom(reader, result);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
744
result.
Content
= result.Summary;
6 references to Content
System.Data.Services (2)
System\Data\Services\Serializers\SyndicationDeserializer.cs (2)
119
return item.
Content
!= null || item.Links.Count > 0;
241
XmlSyndicationContent itemContent = item.
Content
as XmlSyndicationContent;
System.ServiceModel (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1293
WriteContentTo(dictWriter, Atom10Constants.ContentTag, item.
Content
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
742
if (result.
Content
== null && !readAlternateLink)
1302
summary = (item.
Content
as TextSyndicationContent);
1404
this.atomSerializer.WriteContentTo(writer, Atom10Constants.ContentTag, item.
Content
);