3 references to HasPreservedStaticCtor
illink (3)
Linker.Steps\MarkStep.cs (2)
1230
if (Annotations.
HasPreservedStaticCtor
(type))
1878
if (field.IsStatic && !Annotations.
HasPreservedStaticCtor
(parent))
Linker.Steps\SweepStep.cs (1)
320
if (type.HasFields && !type.IsBeforeFieldInit && !Annotations.
HasPreservedStaticCtor
(type) && !type.IsEnum)