10 references to TypeTag
System.ServiceModel (10)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
35static readonly XmlQualifiedName Atom10Type = new XmlQualifiedName(Atom10Constants.TypeTag, string.Empty); 250string type = reader.GetAttribute(Atom10Constants.TypeTag); 493writer.WriteAttributeString(Atom10Constants.TypeTag, link.MediaType); 602if (reader.LocalName == Atom10Constants.TypeTag && reader.NamespaceURI == string.Empty) 715string type = reader.GetAttribute(Atom10Constants.TypeTag, string.Empty); 742if (reader.LocalName == Atom10Constants.TypeTag && reader.NamespaceURI == string.Empty) 1005else if (reader.LocalName == Atom10Constants.TypeTag && reader.NamespaceURI == string.Empty)
System\ServiceModel\Syndication\SyndicationContent.cs (2)
100writer.WriteAttributeString(Atom10Constants.TypeTag, string.Empty, this.Type); 105if (key.Name == Atom10Constants.TypeTag && key.Namespace == string.Empty)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
38if (name == Atom10Constants.TypeTag && ns == string.Empty)