3 writes to id
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationItem.cs (3)
62this.id = id; 78this.id = source.id; 159set { id = value; }
2 references to id
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
78this.id = source.id; 158get { return id; }