1 write to CorInfoImpl
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
947workerState.CorInfoImpl = new CorInfoImpl(this);
2 references to CorInfoImpl
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCodegenCompilation.cs (2)
942if (workerState.CorInfoImpl is null || 950CorInfoImpl corInfoImpl = workerState.CorInfoImpl;