2 writes to isReadOnly
System.Data.Services (2)
System\Data\Services\Providers\ResourceType.cs (2)
163this.isReadOnly = true; 648this.isReadOnly = true;
13 references to isReadOnly
System.Data.Services (13)
System\Data\Services\Providers\ResourceType.cs (13)
276if (!this.isReadOnly) 296Debug.Assert(this.isReadOnly, "PropetiesDeclaredInThisType - at this point, the resource type must be readonly"); 326if (!this.isReadOnly) 334Debug.Assert(this.isReadOnly, "KeyProperties - at this point, the resource type must be readonly"); 352if (!this.isReadOnly) 360Debug.Assert(this.isReadOnly, "ETagProperties - at this point, the resource type must be readonly"); 442get { return this.isReadOnly; } 504Debug.Assert(this.isReadOnly, "Resource type must already be read-only."); 641if (this.isReadOnly) 866Debug.Assert(!this.isReadOnly, "The resource type cannot be sealed - RemoveKeyProperties"); 1027if (!this.isReadOnly) 1035Debug.Assert(this.isReadOnly, "Propeties - at this point, the resource type must be readonly"); 1172if (this.isReadOnly)