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