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