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