Description
First resolver in the default IIdentifierOwnerResolverList. Uses Type.hasProperty(context, index) to check if the identifier is a property or field of the context object. Also handles Date instances by checking against the known date-property set (dataProperties from @rs-x/core).
Returns the context object on match, or null to pass to the next resolver.