7 references to XmlMediaType
System.ServiceModel (7)
System\ServiceModel\Syndication\SyndicationContent.cs (3)
69return new XmlSyndicationContent(Atom10Constants.XmlMediaType, dataContractObject, (DataContractSerializer) null); 74return new XmlSyndicationContent(Atom10Constants.XmlMediaType, dataContractObject, dataContractSerializer); 84return new XmlSyndicationContent(Atom10Constants.XmlMediaType, xmlSerializerObject, serializer);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (4)
49this.type = string.IsNullOrEmpty(this.type) ? Atom10Constants.XmlMediaType : this.type; 61this.type = string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type; 67this.type = string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type; 77this.type = string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type;