6 references to CloneTextContent
System.ServiceModel (6)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
92this.copyright = FeedUtils.CloneTextContent(source.copyright); 93this.description = FeedUtils.CloneTextContent(source.description); 101this.title = FeedUtils.CloneTextContent(source.title);
System\ServiceModel\Syndication\SyndicationItem.cs (3)
77this.copyright = FeedUtils.CloneTextContent(source.copyright); 87this.summary = FeedUtils.CloneTextContent(source.summary); 89this.title = FeedUtils.CloneTextContent(source.title);