1 write to IsBeforeFieldInit
illink (1)
Linker.Steps\SweepStep.cs (1)
321
type.
IsBeforeFieldInit
= true;
3 references to IsBeforeFieldInit
illink (3)
Linker.Steps\MarkStep.cs (1)
1237
if (type.
IsBeforeFieldInit
&& Context.IsOptimizationEnabled(CodeOptimizations.BeforeFieldInit, type))
Linker.Steps\SweepStep.cs (1)
320
if (type.HasFields && !type.
IsBeforeFieldInit
&& !Annotations.HasPreservedStaticCtor(type) && !type.IsEnum)
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
268
return !method.DeclaringType.
IsBeforeFieldInit
;