2 references to CorInfoImpl
ILCompiler.RyuJit (2)
Compiler\RyuJitCompilation.cs (2)
175
CorInfoImpl corInfo = _corinfos.GetValue(Thread.CurrentThread, thread => new
CorInfoImpl
(this));
190
CorInfoImpl corInfo = _corinfos.GetValue(Thread.CurrentThread, thread => new
CorInfoImpl
(this));