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