3 writes to email
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationPerson.cs (3)
39this.email = email; 49this.email = source.email; 68set { email = value; }
2 references to email
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationPerson.cs (2)
49this.email = source.email; 67get { return email; }