1 write to isLoadPropertiesMethodCalled
System.Data.Services (1)
System\Data\Services\Providers\ResourceType.cs (1)
1200this.isLoadPropertiesMethodCalled = true;
2 references to isLoadPropertiesMethodCalled
System.Data.Services (2)
System\Data\Services\Providers\ResourceType.cs (2)
1186if (!this.isLoadPropertiesMethodCalled) 1210Debug.Assert(this.isLoadPropertiesMethodCalled && this.IsReadOnly, "This method must be invoked only if LoadPropertiesDeclaredOnThisType has been called and the type is set to ReadOnly");