1 write to _modulesBeingInstrumented
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
61
_modulesBeingInstrumented
= new HashSet<ModuleDesc>(modulesBeingInstrumented);
1 reference to _modulesBeingInstrumented
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
180
return
_modulesBeingInstrumented
.Contains(module);