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