Home
last modified time | relevance | path

Searched refs:UpdatedTag (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Syndication/
H A DAtom10Constants.cs44 public const string UpdatedTag = "updated"; field in System.ServiceModel.Syndication.Atom10Constants
H A DAtom10FeedFormatter.cs322 … else if (reader.IsStartElement(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace)) in TryParseFeedElementFrom()
385 … else if (reader.IsStartElement(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace)) in TryParseItemElementFrom()
440 WriteElement(writer, Atom10Constants.UpdatedTag, AsString(lastUpdatedTime)); in WriteFeedLastUpdatedTimeTo()
473 writer.WriteElementString(Atom10Constants.UpdatedTag, in WriteItemLastUpdatedTimeTo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/
H A DAtom10Constants.cs44 public const string UpdatedTag = "updated"; field in System.ServiceModel.Syndication.Atom10Constants
H A DAtom10FeedFormatter.cs326 … else if (reader.IsStartElement(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace)) in TryParseFeedElementFrom()
407 … else if (reader.IsStartElement(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace)) in TryParseItemElementFrom()
471 WriteElement(writer, Atom10Constants.UpdatedTag, AsString(lastUpdatedTime)); in WriteFeedLastUpdatedTimeTo()
504 writer.WriteElementString(Atom10Constants.UpdatedTag, in WriteItemLastUpdatedTimeTo()