1 write to _supportsLazyCctors
ILCompiler.Compiler (1)
Compiler\PreinitializationManager.cs (1)
24
_supportsLazyCctors
= context.SystemModule.GetType("System.Runtime.CompilerServices"u8, "ClassConstructorRunner"u8, throwIfNotFound: false) != null;
2 references to _supportsLazyCctors
ILCompiler.Compiler (2)
Compiler\PreinitializationManager.cs (2)
43
if (!
_supportsLazyCctors
)
76
return HasEagerConstructorAttribute(type) || !
_supportsLazyCctors
;