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