10 references to TypeTag
System.ServiceModel.Syndication (10)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
28
private static readonly XmlQualifiedName s_atom10Type = new XmlQualifiedName(Atom10Constants.
TypeTag
, string.Empty);
207
string type = reader.GetAttribute(Atom10Constants.
TypeTag
);
474
writer.WriteAttributeString(Atom10Constants.
TypeTag
, link.MediaType);
569
if (reader.LocalName == Atom10Constants.
TypeTag
&& reader.NamespaceURI == string.Empty)
639
string type = reader.GetAttribute(Atom10Constants.
TypeTag
, string.Empty);
665
if (reader.LocalName == Atom10Constants.
TypeTag
&& reader.NamespaceURI == string.Empty)
920
else if (reader.LocalName == Atom10Constants.
TypeTag
&& reader.NamespaceURI == string.Empty)
System\ServiceModel\Syndication\SyndicationContent.cs (2)
83
writer.WriteAttributeString(Atom10Constants.
TypeTag
, string.Empty, Type);
88
if (key.Name == Atom10Constants.
TypeTag
&& key.Namespace == string.Empty)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
35
if (name == Atom10Constants.
TypeTag
&& ns == string.Empty)