My apologies, I've just seen I wrote the title a little to fast, I'm talking about DelegateLoader and HostfxrContext<>.
Since my application heavly rely on C# interop, I would like to load CoreClr at static time, I tried to work around by using Arc<> and Mutex<> but there is no way to put HostfxrContext in LazyLock ? (or a [ctor] from ctor crate) ?