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