10 references to TypeTag
System.ServiceModel.Syndication (10)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
28private static readonly XmlQualifiedName s_atom10Type = new XmlQualifiedName(Atom10Constants.TypeTag, string.Empty); 192string type = reader.GetAttribute(Atom10Constants.TypeTag); 459writer.WriteAttributeString(Atom10Constants.TypeTag, link.MediaType); 542if (reader.LocalName == Atom10Constants.TypeTag && reader.NamespaceURI == string.Empty) 612string type = reader.GetAttribute(Atom10Constants.TypeTag, string.Empty); 638if (reader.LocalName == Atom10Constants.TypeTag && reader.NamespaceURI == string.Empty) 893else if (reader.LocalName == Atom10Constants.TypeTag && reader.NamespaceURI == string.Empty)
System\ServiceModel\Syndication\SyndicationContent.cs (2)
80writer.WriteAttributeString(Atom10Constants.TypeTag, string.Empty, Type); 85if (key.Name == Atom10Constants.TypeTag && key.Namespace == string.Empty)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
32if (name == Atom10Constants.TypeTag && ns == string.Empty)