3 writes to id
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
78this.id = id; 96this.id = source.id; 197set { id = value; }
2 references to id
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
96this.id = source.id; 196get { return id; }