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