2 writes to Id
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
580feed.Id = absoluteUri.AbsoluteUri;
System.ServiceModel (1)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
300result.Id = reader.ReadElementString();
3 references to Id
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1234string id = feed.Id;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1190this.atomSerializer.WriteElement(writer, Atom10Constants.IdTag, this.Feed.Id); 1206if (this.Feed.Id != null)