4 writes to Summary
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
339result.Summary = ReadTextContentFrom(reader, "//atom:feed/atom:entry/atom:summary[@type]");
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
336result.Summary = new TextSyndicationContent(reader.ReadElementString()); 458result.Summary = null;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
70Summary = FeedUtils.CloneTextContent(source.Summary);
4 references to Summary
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1151WriteContentTo(dictWriter, Atom10Constants.SummaryTag, item.Summary);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
457result.Content = result.Summary; 1036TextSyndicationContent summary = item.Summary;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
70Summary = FeedUtils.CloneTextContent(source.Summary);