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