2 writes to contributors
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
76this.contributors = FeedUtils.ClonePersons(source.contributors); 139this.contributors = new NullNotAllowedCollection<SyndicationPerson>();
3 references to contributors
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationItem.cs (3)
76this.contributors = FeedUtils.ClonePersons(source.contributors); 137if (this.contributors == null) 141return this.contributors;