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