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