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