6 references to CloneTextContent
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
79
Copyright = FeedUtils.
CloneTextContent
(source.Copyright);
80
Description = FeedUtils.
CloneTextContent
(source.Description);
88
Title = FeedUtils.
CloneTextContent
(source.Title);
System\ServiceModel\Syndication\SyndicationItem.cs (3)
61
Copyright = FeedUtils.
CloneTextContent
(source.Copyright);
71
Summary = FeedUtils.
CloneTextContent
(source.Summary);
73
Title = FeedUtils.
CloneTextContent
(source.Title);