1 write to feed
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
243
this.
feed
= new AtomFeed();
8 references to feed
System.Data.Services.Client (8)
System\Data\Services\Client\AtomParser.cs (8)
131
return this.
feed
;
255
if (this.
feed
== null)
983
if (this.
feed
== null)
988
if (this.
feed
.Count.HasValue)
1004
this.
feed
.Count = countValue;
1014
Debug.Assert(this.
feed
!= null, "Trying to parser paging links but feed is null.");
1016
if (this.
feed
.NextLink != null)
1031
this.
feed
.NextLink = this.ConvertHRefAttributeValueIntoURI(nextLink);