5 references to TryResolvePropertiesDeclaredOnThisTypeByName
System.Data.Services (5)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
707
if (resourceType.
TryResolvePropertiesDeclaredOnThisTypeByName
(resourceProperty.Name) != null)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (3)
2118
ResourceProperty resourceProperty = baseResourceType.
TryResolvePropertiesDeclaredOnThisTypeByName
(member.Name);
2212
if (baseResourceType.
TryResolvePropertiesDeclaredOnThisTypeByName
(propertyPath[0]) == null)
2221
resourceProperty = baseResourceType.
TryResolvePropertiesDeclaredOnThisTypeByName
(pathSegment);
System\Data\Services\Serializers\MetadataSerializer.cs (1)
1085
Debug.Assert(resourceType.
TryResolvePropertiesDeclaredOnThisTypeByName
(navigationProperty.Name) != null, "navigationProperty must be declared on resourceType.");