1 write to isReadOnly
System.Data.Services (1)
System\Data\Services\Providers\ResourceProperty.cs (1)
215
this.
isReadOnly
= true;
4 references to isReadOnly
System.Data.Services (4)
System\Data\Services\Providers\ResourceProperty.cs (4)
153
Debug.Assert(!this.
isReadOnly
, "Kind - the resource property cannot be readonly");
172
get { return this.
isReadOnly
; }
209
if (this.
isReadOnly
)
302
if (this.
isReadOnly
)