2 writes to mediaType
System.ServiceModel (2)
System\ServiceModel\Syndication\UrlSyndicationContent.cs (2)
24this.mediaType = mediaType; 35this.mediaType = source.mediaType;
2 references to mediaType
System.ServiceModel (2)
System\ServiceModel\Syndication\UrlSyndicationContent.cs (2)
35this.mediaType = source.mediaType; 40get { return this.mediaType; }