3 references to RelativeTag
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
31
static readonly XmlQualifiedName Atom10Relative = new XmlQualifiedName(Atom10Constants.
RelativeTag
, string.Empty);
489
writer.WriteAttributeString(Atom10Constants.
RelativeTag
, link.RelationshipType);
1009
else if (reader.LocalName == Atom10Constants.
RelativeTag
&& reader.NamespaceURI == string.Empty)