7 references to XmlMediaType
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\SyndicationContent.cs (3)
50
return new XmlSyndicationContent(Atom10Constants.
XmlMediaType
, dataContractObject, (DataContractSerializer)null);
55
return new XmlSyndicationContent(Atom10Constants.
XmlMediaType
, dataContractObject, dataContractSerializer);
65
return 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;