3 overrides of CanPreinitialize
ILCompiler.Compiler (3)
Compiler\ILScanner.cs (1)
980
public override bool
CanPreinitialize
(DefType type) => true;
Compiler\TypePreinit.cs (2)
3816
public override bool
CanPreinitialize
(DefType type) => false;
3826
public override bool
CanPreinitialize
(DefType type) => true;
2 references to CanPreinitialize
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
87
if (!policy.
CanPreinitialize
(type))
439
&& _policy.
CanPreinitialize
(field.OwningType))