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