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