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