2 writes to LastUpdatedTime
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
270result.LastUpdatedTime = DateFromString(dtoString, reader);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
679result.LastUpdatedTime = DateFromString(str, reader);
3 references to LastUpdatedTime
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1114WriteFeedLastUpdatedTimeTo(writer, feed.LastUpdatedTime, isElementRequired);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
865if (Feed.LastUpdatedTime > DateTimeOffset.MinValue) 868writer.WriteString(AsString(Feed.LastUpdatedTime));