6 references to CloneTextContent
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
77
Copyright = FeedUtils.
CloneTextContent
(source.Copyright);
78
Description = FeedUtils.
CloneTextContent
(source.Description);
86
Title = FeedUtils.
CloneTextContent
(source.Title);
System\ServiceModel\Syndication\SyndicationItem.cs (3)
60
Copyright = FeedUtils.
CloneTextContent
(source.Copyright);
70
Summary = FeedUtils.
CloneTextContent
(source.Summary);
72
Title = FeedUtils.
CloneTextContent
(source.Title);