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