1 write to Count
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
1004this.feed.Count = countValue;
3 references to Count
System.Data.Services.Client (3)
System\Data\Services\Client\AtomParser.cs (1)
988if (this.feed.Count.HasValue)
System\Data\Services\Client\MaterializeFromAtom.cs (2)
479this.materializer.CurrentFeed.Count.HasValue) 481this.countValue = this.materializer.CurrentFeed.Count.Value;