3 references to LabelTag
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
29static readonly XmlQualifiedName Atom10Label = new XmlQualifiedName(Atom10Constants.LabelTag, string.Empty); 179else if (reader.LocalName == Atom10Constants.LabelTag && reader.NamespaceURI == string.Empty) 265writer.WriteAttributeString(Atom10Constants.LabelTag, category.Label);