3 references to LabelTag
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
22
private static readonly XmlQualifiedName s_atom10Label = new XmlQualifiedName(Atom10Constants.
LabelTag
, string.Empty);
129
else if (reader.LocalName == Atom10Constants.
LabelTag
&& reader.NamespaceURI == string.Empty)
207
writer.WriteAttributeString(Atom10Constants.
LabelTag
, category.Label);