11 references to CanReflectOnInstanceTypeProperty
System.Data.Services (11)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
2066
if (property.
CanReflectOnInstanceTypeProperty
)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1256
if (property.
CanReflectOnInstanceTypeProperty
)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
438
if (resourceProperty.
CanReflectOnInstanceTypeProperty
)
System\Data\Services\Providers\ResourceType.cs (3)
925
Debug.Assert(resourceProperty.
CanReflectOnInstanceTypeProperty
, "resourceProperty.CanReflectOnInstanceTypeProperty");
1100
Debug.Assert(resourceProperty.
CanReflectOnInstanceTypeProperty
, "resourceProperty.CanReflectOnInstanceTypeProperty");
1240
if (p.
CanReflectOnInstanceTypeProperty
)
System\Data\Services\RequestQueryProcessor.cs (1)
460
if (keyProp.
CanReflectOnInstanceTypeProperty
)
System\Data\Services\RequestUriProcessor.cs (4)
853
if (segment.ProjectedProperty.
CanReflectOnInstanceTypeProperty
)
1177
Debug.Assert(property != null && !property.
CanReflectOnInstanceTypeProperty
, "property != null && !property.CanReflectOnInstanceTypeProperty");
1197
Debug.Assert(property != null && property.Kind == ResourcePropertyKind.ResourceSetReference && !property.
CanReflectOnInstanceTypeProperty
, "property != null && property.Kind == ResourcePropertyKind.ResourceSetReference && !property.CanReflectOnInstanceTypeProperty");
1238
if (keyProperty.
CanReflectOnInstanceTypeProperty
)