I need to know in jit time if a method called with call or callvirt instructions are native (implemented in C++ inside the Rotor) or are "normal" methods.
I tried with the flag CORINFO_FLG_NATIVE, but it does not give me the information that I want. How can I know this? Thanks in advance
