4 writes to MediaType
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
986link.MediaType = mediaType;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
529link.MediaType = val;
System\ServiceModel\Syndication\SyndicationLink.cs (2)
30MediaType = mediaType; 46MediaType = source.MediaType;
5 references to MediaType
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
472if (!string.IsNullOrEmpty(link.MediaType) && !link.AttributeExtensions.ContainsKey(s_atom10Type)) 474writer.WriteAttributeString(Atom10Constants.TypeTag, link.MediaType);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1179if (link.MediaType != null && !link.AttributeExtensions.ContainsKey(s_rss20Type)) 1181writer.WriteAttributeString(Rss20Constants.TypeTag, Rss20Constants.Rss20Namespace, link.MediaType);
System\ServiceModel\Syndication\SyndicationLink.cs (1)
46MediaType = source.MediaType;