6 writes to _type
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (6)
35
_type
= value;
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;
83
_type
= source._type;
4 references to _type
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (4)
44
_type = string.IsNullOrEmpty(
_type
) ? Atom10Constants.XmlMediaType :
_type
;
83
_type = source.
_type
;
88
public override string Type =>
_type
;