3 references to HrefTag
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
28static readonly XmlQualifiedName Atom10Href = new XmlQualifiedName(Atom10Constants.HrefTag, string.Empty); 505writer.WriteAttributeString(Atom10Constants.HrefTag, FeedUtils.GetUriString(link.Uri)); 1021else if (reader.LocalName == Atom10Constants.HrefTag && reader.NamespaceURI == string.Empty)