5 writes to Id
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
307result.Id = reader.ReadElementString();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
356result.Id = reader.ReadElementString();
System\ServiceModel\Syndication\SyndicationItem.cs (3)
48Id = id; 62Id = source.Id; 181Id = permalink.AbsoluteUri;
4 references to Id
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1143string id = item.Id ?? s_idGenerator.Next();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
359fallbackAlternateLink = result.Id; 974string guid = item.Id ?? string.Empty;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
62Id = source.Id;