5 writes to Id
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
321result.Id = reader.ReadElementString();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
386result.Id = reader.ReadElementString();
System\ServiceModel\Syndication\SyndicationItem.cs (3)
47Id = id; 64Id = source.Id; 189Id = permalink.AbsoluteUri;
4 references to Id
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1173string id = item.Id ?? s_idGenerator.Next();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
389fallbackAlternateLink = result.Id; 1004string guid = item.Id ?? string.Empty;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
64Id = source.Id;