1 write to Label
System.ServiceModel (1)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
181category.Label = reader.Value;
2 references to Label
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
263if (!string.IsNullOrEmpty(category.Label) && !category.AttributeExtensions.ContainsKey(Atom10Label)) 265writer.WriteAttributeString(Atom10Constants.LabelTag, category.Label);