7 references to XmlMediaType
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\SyndicationContent.cs (3)
50return new XmlSyndicationContent(Atom10Constants.XmlMediaType, dataContractObject, (DataContractSerializer)null); 55return new XmlSyndicationContent(Atom10Constants.XmlMediaType, dataContractObject, dataContractSerializer); 65return new XmlSyndicationContent(Atom10Constants.XmlMediaType, xmlSerializerObject, serializer);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (4)
46_type = string.IsNullOrEmpty(_type) ? Atom10Constants.XmlMediaType : _type; 58_type = string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type; 64_type = string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type; 75_type = string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type;