2 writes to objectCount
System.Data.Services (2)
System\Data\Services\Serializers\Deserializer.cs (2)
772this.objectCount = value; 993this.objectCount++;
4 references to objectCount
System.Data.Services (4)
System\Data\Services\Serializers\Deserializer.cs (4)
115get { return this.objectCount; } 988Debug.Assert(this.Update && this.objectCount == 0 || !this.Update, "For updates, the object count is never tracked"); 989Debug.Assert(this.objectCount <= this.Service.Configuration.MaxObjectCountOnInsert, "The object count should never exceed the limit"); 995if (this.objectCount > this.Service.Configuration.MaxObjectCountOnInsert)