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