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)
43if (!_supportsLazyCctors) 76return HasEagerConstructorAttribute(type) || !_supportsLazyCctors;