3 writes to content
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationItem.cs (3)
57
this.
content
= content;
75
this.
content
= (source.content != null) ? source.content.Clone() : null;
130
set {
content
= value; }
3 references to content
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationItem.cs (3)
75
this.content = (source.
content
!= null) ? source.
content
.Clone() : null;
129
get { return
content
; }