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