2 references to ShouldMarkTypeStaticConstructor
illink (2)
Linker.Steps\MarkStep.cs (2)
1927
if (type.HasMethods &&
ShouldMarkTypeStaticConstructor
(type) && reason.Kind == DependencyKind.DeclaringTypeOfCalledMethod)
2032
if (
ShouldMarkTypeStaticConstructor
(type) && reason.Kind != DependencyKind.TriggersCctorForCalledMethod) {