3 writes to label
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationCategory.cs (3)
38this.label = label; 47this.label = source.label; 66set { this.label = value; }
2 references to label
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationCategory.cs (2)
47this.label = source.label; 65get { return this.label; }