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