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