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