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)
403
Array.Clear(
_corInfoImpls
);
945
if (
_corInfoImpls
[compileThreadId] == null)
968
_corInfoImpls
[compileThreadId] = new CorInfoImpl(this);
970
CorInfoImpl corInfoImpl =
_corInfoImpls
[compileThreadId];