3 overrides of CanPreinitialize
ILCompiler.Compiler (3)
Compiler\ILScanner.cs (1)
998
public override bool
CanPreinitialize
(DefType type) => true;
Compiler\TypePreinit.cs (2)
3773
public override bool
CanPreinitialize
(DefType type) => false;
3783
public override bool
CanPreinitialize
(DefType type) => true;
2 references to CanPreinitialize
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
86
if (!policy.
CanPreinitialize
(type))
428
&& _policy.
CanPreinitialize
(field.OwningType))