3 writes to Label
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
146category.Label = reader.Value;
System\ServiceModel\Syndication\SyndicationCategory.cs (2)
26Label = label; 36Label = source.Label;
3 references to Label
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
220if (!string.IsNullOrEmpty(category.Label) && !category.AttributeExtensions.ContainsKey(s_atom10Label)) 222writer.WriteAttributeString(Atom10Constants.LabelTag, category.Label);
System\ServiceModel\Syndication\SyndicationCategory.cs (1)
36Label = source.Label;