6 references to HasLinkerAttribute
illink (6)
Linker.Steps\MarkStep.cs (4)
1930
if (Annotations.
HasLinkerAttribute
<RemoveAttributeInstancesAttribute> (type)) {
1965
!Annotations.
HasLinkerAttribute
<RequiresUnreferencedCodeAttribute> (type) &&
2107
if (Annotations.
HasLinkerAttribute
<RemoveAttributeInstancesAttribute> (resolvedAttributeType) && Annotations.GetAction (type.Module.Assembly) == AssemblyAction.Link)
3089
} else if (method.IsStaticConstructor () && Annotations.
HasLinkerAttribute
<RequiresUnreferencedCodeAttribute> (method))
Linker\Annotations.cs (2)
698
if (FlowAnnotations.RequiresVirtualMethodDataFlowAnalysis (@override.Override) ||
HasLinkerAttribute
<RequiresUnreferencedCodeAttribute> (@override.Override))
704
if (FlowAnnotations.RequiresVirtualMethodDataFlowAnalysis (method) ||
HasLinkerAttribute
<RequiresUnreferencedCodeAttribute> (method))