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