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