When applying [Projectable(NullConditionalRewriteSupport = NullConditionalRewriteSupport.Rewrite)] to a method that accesses a value type (like e.g. NpgsqlPoint), the generated code does not insert the needed .Value access, leading to compile time errors.