7 references to XmlMediaType
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\SyndicationContent.cs (3)
53
return new XmlSyndicationContent(Atom10Constants.
XmlMediaType
, dataContractObject, (DataContractSerializer)null);
60
return new XmlSyndicationContent(Atom10Constants.
XmlMediaType
, dataContractObject, dataContractSerializer);
72
return new XmlSyndicationContent(Atom10Constants.
XmlMediaType
, xmlSerializerObject, serializer);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (4)
44
_type = string.IsNullOrEmpty(_type) ? Atom10Constants.
XmlMediaType
: _type;
58
_type = string.IsNullOrEmpty(type) ? Atom10Constants.
XmlMediaType
: type;
66
_type = string.IsNullOrEmpty(type) ? Atom10Constants.
XmlMediaType
: type;
74
_type = string.IsNullOrEmpty(type) ? Atom10Constants.
XmlMediaType
: type;