3 references to TypeTag
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
19
private static readonly XmlQualifiedName s_rss20Type = new XmlQualifiedName(Rss20Constants.
TypeTag
, string.Empty);
527
else if (name == Rss20Constants.
TypeTag
&& ns == Rss20Constants.Rss20Namespace)
1181
writer.WriteAttributeString(Rss20Constants.
TypeTag
, Rss20Constants.Rss20Namespace, link.MediaType);