4 writes to MediaType
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
959link.MediaType = mediaType;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
502link.MediaType = val;
System\ServiceModel\Syndication\SyndicationLink.cs (2)
30MediaType = mediaType; 43MediaType = source.MediaType;
5 references to MediaType
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
457if (!string.IsNullOrEmpty(link.MediaType) && !link.AttributeExtensions.ContainsKey(s_atom10Type)) 459writer.WriteAttributeString(Atom10Constants.TypeTag, link.MediaType);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1152if (link.MediaType != null && !link.AttributeExtensions.ContainsKey(s_rss20Type)) 1154writer.WriteAttributeString(Rss20Constants.TypeTag, Rss20Constants.Rss20Namespace, link.MediaType);
System\ServiceModel\Syndication\SyndicationLink.cs (1)
43MediaType = source.MediaType;