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; 83public override string Type => _type;