static CallTargetInvoker()
 {
     // The first time the CallTargetInvoker is called
     // we ensure that the non native parts of the initialization ran
     // This is required for AOT scenarios where there is no clrprofiler
     // to inject and run the loader.
     Instrumentation.InitializeNoNativeParts();
 }