4 references to ClonePersons
System.ServiceModel (4)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
89this.authors = FeedUtils.ClonePersons(source.authors); 91this.contributors = FeedUtils.ClonePersons(source.contributors);
System\ServiceModel\Syndication\SyndicationItem.cs (2)
73this.authors = FeedUtils.ClonePersons(source.authors); 76this.contributors = FeedUtils.ClonePersons(source.contributors);