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