3 writes to name
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationCategory.cs (3)
36this.name = name; 48this.name = source.name; 72set { this.name = value; }
2 references to name
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationCategory.cs (2)
48this.name = source.name; 71get { return this.name; }