4 writes to Summary
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
340
result.
Summary
= ReadTextContentFrom(reader, "//atom:feed/atom:entry/atom:summary[@type]");
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
333
result.
Summary
= new TextSyndicationContent(reader.ReadElementString());
455
result.
Summary
= null;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
71
Summary
= FeedUtils.CloneTextContent(source.Summary);
4 references to Summary
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1148
WriteContentTo(dictWriter, Atom10Constants.SummaryTag, item.
Summary
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
454
result.Content = result.
Summary
;
1033
TextSyndicationContent summary = item.
Summary
;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
71
Summary = FeedUtils.CloneTextContent(source.
Summary
);