4 writes to Id
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
705
item.
Id
= absoluteUri.AbsoluteUri;
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
355
result.
Id
= reader.ReadElementString();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
649
result.
Id
= reader.ReadElementString();
System\ServiceModel\Syndication\SyndicationItem.cs (1)
240
this.
Id
= permalink.AbsoluteUri;
3 references to Id
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1273
string id = item.
Id
?? idGenerator.Next();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
652
fallbackAlternateLink = result.
Id
;
1229
string guid = item.
Id
?? string.Empty;