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