1 write to _corInfoImpls
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
361
_corInfoImpls
= new CorInfoImpl[_parallelism];
4 references to _corInfoImpls
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunCodegenCompilation.cs (4)
406
Array.Clear(
_corInfoImpls
);
960
if (
_corInfoImpls
[compileThreadId] == null)
983
_corInfoImpls
[compileThreadId] = new CorInfoImpl(this);
985
CorInfoImpl corInfoImpl =
_corInfoImpls
[compileThreadId];