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