2 references to _corinfos
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));