3 writes to lastUpdatedTime
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationItem.cs (3)
63this.lastUpdatedTime = lastUpdatedTime; 79this.lastUpdatedTime = source.lastUpdatedTime; 165set { lastUpdatedTime = value; }
2 references to lastUpdatedTime
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
79this.lastUpdatedTime = source.lastUpdatedTime; 164get { return lastUpdatedTime; }