3 references to HasPreservedStaticCtor
illink (3)
Linker.Steps\MarkStep.cs (2)
1112
if (Annotations.
HasPreservedStaticCtor
(type))
1707
if (field.IsStatic && !Annotations.
HasPreservedStaticCtor
(parent)) {
Linker.Steps\SweepStep.cs (1)
306
if (type.HasFields && !type.IsBeforeFieldInit && !Annotations.
HasPreservedStaticCtor
(type) && !type.IsEnum)