6 writes to type
System.ServiceModel (6)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (6)
40this.type = value; 49this.type = string.IsNullOrEmpty(this.type) ? Atom10Constants.XmlMediaType : this.type; 61this.type = string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type; 67this.type = string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type; 77this.type = string.IsNullOrEmpty(type) ? Atom10Constants.XmlMediaType : type; 90this.type = source.type;
4 references to type
System.ServiceModel (4)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (4)
49this.type = string.IsNullOrEmpty(this.type) ? Atom10Constants.XmlMediaType : this.type; 90this.type = source.type; 103get { return this.type; }