5 writes to Id
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
306result.Id = reader.ReadElementString();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
359result.Id = reader.ReadElementString();
System\ServiceModel\Syndication\SyndicationItem.cs (3)
47Id = id; 61Id = source.Id; 180Id = permalink.AbsoluteUri;
4 references to Id
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1146string id = item.Id ?? s_idGenerator.Next();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
362fallbackAlternateLink = result.Id; 977string guid = item.Id ?? string.Empty;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
61Id = source.Id;