3 writes to Id
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
242
result.
Id
= reader.ReadElementString();
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
65
Id
= id;
81
Id
= source.Id;
3 references to Id
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1107
string id = feed.
Id
;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
949
Atom10FeedFormatter.WriteElement(writer, Atom10Constants.IdTag, Feed.
Id
);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
81
Id = source.
Id
;