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