5 references to IdTag
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
240
else if (reader.IsStartElement(Atom10Constants.
IdTag
, Atom10Constants.Atom10Namespace))
304
else if (reader.IsStartElement(Atom10Constants.
IdTag
, Atom10Constants.Atom10Namespace))
1112
WriteElement(writer, Atom10Constants.
IdTag
, id);
1147
WriteElement(dictWriter, Atom10Constants.
IdTag
, id);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
949
Atom10FeedFormatter.WriteElement(writer, Atom10Constants.
IdTag
, Feed.Id);