3 writes to Id
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
243
result.
Id
= reader.ReadElementString();
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
67
Id
= id;
83
Id
= source.Id;
3 references to Id
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1104
string id = feed.
Id
;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
946
Atom10FeedFormatter.WriteElement(writer, Atom10Constants.IdTag, Feed.
Id
);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
83
Id = source.
Id
;