6 references to IsPreinitialized
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\GCStaticsNode.cs (1)
25
if (preinitManager.
IsPreinitialized
(type))
Compiler\DependencyAnalysis\NonGCStaticsNode.cs (2)
42
else if (_preinitializationManager.
IsPreinitialized
(_type))
217
if (_preinitializationManager.
IsPreinitialized
(_type))
Compiler\PreinitializationManager.cs (2)
55
return !
IsPreinitialized
(mdType);
72
if (
IsPreinitialized
(mdType))
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
2342
if (preinitManager.
IsPreinitialized
(owningType))