1 write to isLoadPropertiesMethodCalled
System.Data.Services (1)
System\Data\Services\Providers\ResourceType.cs (1)
1200
this.
isLoadPropertiesMethodCalled
= true;
2 references to isLoadPropertiesMethodCalled
System.Data.Services (2)
System\Data\Services\Providers\ResourceType.cs (2)
1186
if (!this.
isLoadPropertiesMethodCalled
)
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");