2 references to _preInitedTypes
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
1707
if (
_preInitedTypes
.TryGetValue(uninstantiatedType, out bool preInited))
1713
_preInitedTypes
.Add(uninstantiatedType, preInited);