4 references to IsReadOnly
System.Data.Services (4)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
1055
if (!resourceType.
IsReadOnly
)
System\Data\Services\Providers\ResourceType.cs (3)
474
Debug.Assert(this.
IsReadOnly
, "Type must be read-only.");
1194
if (this.
IsReadOnly
)
1210
Debug.Assert(this.isLoadPropertiesMethodCalled && this.
IsReadOnly
, "This method must be invoked only if LoadPropertiesDeclaredOnThisType has been called and the type is set to ReadOnly");