3 writes to lastUpdatedTime
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
79
this.
lastUpdatedTime
= lastUpdatedTime;
99
this.
lastUpdatedTime
= source.lastUpdatedTime;
235
set {
lastUpdatedTime
= value; }
2 references to lastUpdatedTime
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
99
this.lastUpdatedTime = source.
lastUpdatedTime
;
234
get { return
lastUpdatedTime
; }