3 writes to countValue
System.Data.Services.Client (3)
System\Data\Services\Client\MaterializeFromAtom.cs (3)
111
this.
countValue
= CountStateInitial;
481
this.
countValue
= this.materializer.CurrentFeed.Count.Value;
518
if (!long.TryParse(countNode.Value, System.Globalization.NumberStyles.Integer, System.Globalization.CultureInfo.InvariantCulture, out this.
countValue
))
5 references to countValue
System.Data.Services.Client (5)
System\Data\Services\Client\MaterializeFromAtom.cs (5)
403
if (this.
countValue
== CountStateInitial)
407
else if (this.
countValue
== CountStateFailure)
412
return this.
countValue
;
476
Debug.Assert(this.
countValue
== CountStateInitial, "Count value is not in the initial state");
523
if (this.
countValue
< 0)