5 references to IdTag
System.ServiceModel (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
298else if (reader.IsStartElement(Atom10Constants.IdTag, Atom10Constants.Atom10Namespace)) 353else if (reader.IsStartElement(Atom10Constants.IdTag, Atom10Constants.Atom10Namespace)) 1239WriteElement(writer, Atom10Constants.IdTag, id); 1274WriteElement(dictWriter, Atom10Constants.IdTag, id);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1190this.atomSerializer.WriteElement(writer, Atom10Constants.IdTag, this.Feed.Id);