4 writes to Summary
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
354
result.
Summary
= ReadTextContentFrom(reader, "//atom:feed/atom:entry/atom:summary[@type]");
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
363
result.
Summary
= new TextSyndicationContent(reader.ReadElementString());
485
result.
Summary
= null;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
73
Summary
= FeedUtils.CloneTextContent(source.Summary);
4 references to Summary
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1178
WriteContentTo(dictWriter, Atom10Constants.SummaryTag, item.
Summary
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
484
result.Content = result.
Summary
;
1063
TextSyndicationContent summary = item.
Summary
;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
73
Summary = FeedUtils.CloneTextContent(source.
Summary
);