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