2 writes to LastUpdatedTime
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
285result.LastUpdatedTime = DateFromString(dtoString, reader);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
706result.LastUpdatedTime = DateFromString(str, reader);
3 references to LastUpdatedTime
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1141WriteFeedLastUpdatedTimeTo(writer, feed.LastUpdatedTime, isElementRequired);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
892if (Feed.LastUpdatedTime > DateTimeOffset.MinValue) 895writer.WriteString(AsString(Feed.LastUpdatedTime));