3 references to HrefTag
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
21
private static readonly XmlQualifiedName s_atom10Href = new XmlQualifiedName(Atom10Constants.
HrefTag
, string.Empty);
471
writer.WriteAttributeString(Atom10Constants.
HrefTag
, FeedUtils.GetUriString(link.Uri));
909
else if (reader.LocalName == Atom10Constants.
HrefTag
&& reader.NamespaceURI == string.Empty)