3 references to TypeTag
System.ServiceModel (3)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
27
static readonly XmlQualifiedName Rss20Type = new XmlQualifiedName(Rss20Constants.
TypeTag
, string.Empty);
785
else if (name == Rss20Constants.
TypeTag
&& ns == Rss20Constants.Rss20Namespace)
1444
writer.WriteAttributeString(Rss20Constants.
TypeTag
, Rss20Constants.Rss20Namespace, link.MediaType);