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