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);
486
writer.WriteAttributeString(Atom10Constants.
HrefTag
, FeedUtils.GetUriString(link.Uri));
936
else if (reader.LocalName == Atom10Constants.
HrefTag
&& reader.NamespaceURI == string.Empty)