6 references to TryGetLinkerAttribute
illink (6)
Linker.Steps\MarkStep.cs (1)
1961
Annotations.
TryGetLinkerAttribute
(baseType, out RequiresUnreferencedCodeAttribute? effectiveRequiresUnreferencedCode)) {
Linker\Annotations.cs (5)
599
if (
TryGetLinkerAttribute
(method, out attribute) && !method.IsStaticConstructor ())
602
if (method.DeclaringType is not null &&
TryGetLinkerAttribute
(method.DeclaringType, out attribute))
646
if (!method.IsStaticConstructor () &&
TryGetLinkerAttribute
(method, out attribute))
650
TryGetLinkerAttribute
(method.DeclaringType, out attribute))
665
return
TryGetLinkerAttribute
(field.DeclaringType, out attribute);