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