4 references to ClonePersons
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
74
_authors = FeedUtils.
ClonePersons
(source._authors);
76
_contributors = FeedUtils.
ClonePersons
(source._contributors);
System\ServiceModel\Syndication\SyndicationItem.cs (2)
56
_authors = FeedUtils.
ClonePersons
(source._authors);
59
_contributors = FeedUtils.
ClonePersons
(source._contributors);