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