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