3 references to CanReflectOnInstanceType
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (2)
2501
if (resourceType.
CanReflectOnInstanceType
== true)
2508
if (resourceType.
CanReflectOnInstanceType
== false)
System\Data\Services\Providers\ResourceType.cs (1)
670
if (!this.BaseType.
CanReflectOnInstanceType
)