1 write to CorInfoImpl
ILCompiler.RyuJit (1)
Compiler\RyuJitCompilation.cs (1)
216workerState.CorInfoImpl = new CorInfoImpl(this);
2 references to CorInfoImpl
ILCompiler.RyuJit (2)
Compiler\RyuJitCompilation.cs (2)
211if (workerState.CorInfoImpl is null || 219CompileSingleMethod(workerState.CorInfoImpl, methodCodeNodeNeedingCode);