6 references to TryGetLinkerAttribute
illink (6)
Linker.Steps\MarkStep.cs (1)
2123
Annotations.
TryGetLinkerAttribute
(baseType, out RequiresUnreferencedCodeAttribute? effectiveRequiresUnreferencedCode))
Linker\Annotations.cs (5)
613
if (
TryGetLinkerAttribute
(method, out attribute) && !method.IsStaticConstructor())
616
if (method.DeclaringType is not null &&
TryGetLinkerAttribute
(method.DeclaringType, out attribute))
662
if (!method.IsStaticConstructor() &&
TryGetLinkerAttribute
(method, out attribute))
666
TryGetLinkerAttribute
(method.DeclaringType, out attribute))
682
return
TryGetLinkerAttribute
(field.DeclaringType, out attribute);