4 references to ClonePersons
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
76_authors = FeedUtils.ClonePersons(source._authors); 78_contributors = FeedUtils.ClonePersons(source._contributors);
System\ServiceModel\Syndication\SyndicationItem.cs (2)
57_authors = FeedUtils.ClonePersons(source._authors); 60_contributors = FeedUtils.ClonePersons(source._contributors);