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