3 writes to countValue
System.Data.Services.Client (3)
System\Data\Services\Client\MaterializeFromAtom.cs (3)
111this.countValue = CountStateInitial; 481this.countValue = this.materializer.CurrentFeed.Count.Value; 518if (!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)
403if (this.countValue == CountStateInitial) 407else if (this.countValue == CountStateFailure) 412return this.countValue; 476Debug.Assert(this.countValue == CountStateInitial, "Count value is not in the initial state"); 523if (this.countValue < 0)