3 writes to canReflectOnInstanceType
System.Data.Services (3)
System\Data\Services\Providers\ResourceType.cs (3)
200
this.
canReflectOnInstanceType
= true;
424
this.
canReflectOnInstanceType
= value;
672
this.
canReflectOnInstanceType
= false;
1 reference to canReflectOnInstanceType
System.Data.Services (1)
System\Data\Services\Providers\ResourceType.cs (1)
418
return this.
canReflectOnInstanceType
;