6 references to TryGetLinkerAttribute
illink (6)
Linker.Steps\MarkStep.cs (1)
1966
Annotations.
TryGetLinkerAttribute
(baseType, out RequiresUnreferencedCodeAttribute? effectiveRequiresUnreferencedCode)) {
Linker\Annotations.cs (5)
614
if (
TryGetLinkerAttribute
(method, out attribute) && !method.IsStaticConstructor ())
617
if (method.DeclaringType is not null &&
TryGetLinkerAttribute
(method.DeclaringType, out attribute))
661
if (!method.IsStaticConstructor () &&
TryGetLinkerAttribute
(method, out attribute))
665
TryGetLinkerAttribute
(method.DeclaringType, out attribute))
680
return
TryGetLinkerAttribute
(field.DeclaringType, out attribute);