3 writes to LastUpdatedTime
System.Data.Services (2)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
129this.Target.LastUpdatedTime = EpmSyndicationContentSerializer.GetDate(propertyValue, Strings.EpmSerializer_UpdatedHasWrongType);
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
708item.LastUpdatedTime = this.lastUpdatedTime;
System.ServiceModel (1)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
388result.LastUpdatedTime = DateFromString(reader.ReadString(), reader);
5 references to LastUpdatedTime
System.Data.Services (2)
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (2)
102if (this.Item.LastUpdatedTime > DateTimeOffset.MinValue) 104resourceType.SetEpmValue(newRoot, element, XmlConvert.ToString(this.Item.LastUpdatedTime), this);
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1285WriteItemLastUpdatedTimeTo(dictWriter, item.LastUpdatedTime);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1379if (item.LastUpdatedTime > DateTimeOffset.MinValue) 1383this.atomSerializer.WriteItemLastUpdatedTimeTo(writer, item.LastUpdatedTime);