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);