2 writes to imageUrl
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
97this.imageUrl = source.imageUrl; 203set { imageUrl = value; }
2 references to imageUrl
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
97this.imageUrl = source.imageUrl; 202get { return imageUrl; }