6 writes to _type
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (6)
34
_type
= value;
43
_type
= string.IsNullOrEmpty(_type) ? Atom10Constants.XmlMediaType : _type;
55
_type
= string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type;
61
_type
= string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type;
69
_type
= string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type;
78
_type
= source._type;
4 references to _type
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (4)
43
_type = string.IsNullOrEmpty(
_type
) ? Atom10Constants.XmlMediaType :
_type
;
78
_type = source.
_type
;
83
public override string Type =>
_type
;