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);
192
string type = reader.GetAttribute(Atom10Constants.
TypeTag
);
459
writer.WriteAttributeString(Atom10Constants.
TypeTag
, link.MediaType);
542
if (reader.LocalName == Atom10Constants.
TypeTag
&& reader.NamespaceURI == string.Empty)
612
string type = reader.GetAttribute(Atom10Constants.
TypeTag
, string.Empty);
638
if (reader.LocalName == Atom10Constants.
TypeTag
&& reader.NamespaceURI == string.Empty)
893
else if (reader.LocalName == Atom10Constants.
TypeTag
&& reader.NamespaceURI == string.Empty)
System\ServiceModel\Syndication\SyndicationContent.cs (2)
80
writer.WriteAttributeString(Atom10Constants.
TypeTag
, string.Empty, Type);
85
if (key.Name == Atom10Constants.
TypeTag
&& key.Namespace == string.Empty)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
32
if (name == Atom10Constants.
TypeTag
&& ns == string.Empty)