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)
675result.LastUpdatedTime = DateFromString(str, reader);
3 references to LastUpdatedTime
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1110WriteFeedLastUpdatedTimeTo(writer, feed.LastUpdatedTime, isElementRequired);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
861if (Feed.LastUpdatedTime > DateTimeOffset.MinValue) 864writer.WriteString(AsString(Feed.LastUpdatedTime));