4 references to ClonePersons
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
77_authors = FeedUtils.ClonePersons(source._authors); 79_contributors = FeedUtils.ClonePersons(source._contributors);
System\ServiceModel\Syndication\SyndicationItem.cs (2)
59_authors = FeedUtils.ClonePersons(source._authors); 62_contributors = FeedUtils.ClonePersons(source._contributors);