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