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