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