6 references to HasLinkerAttribute
illink (6)
Linker.Steps\MarkStep.cs (4)
2133
if (Annotations.
HasLinkerAttribute
<RemoveAttributeInstancesAttribute>(type))
2323
if (Annotations.
HasLinkerAttribute
<RemoveAttributeInstancesAttribute>(resolvedAttributeType) && Annotations.GetAction(type.Module.Assembly) == AssemblyAction.Link)
3369
else if (method.IsStaticConstructor() && Annotations.
HasLinkerAttribute
<RequiresUnreferencedCodeAttribute>(method))
3371
else if (method == method.Module.EntryPoint && Annotations.
HasLinkerAttribute
<RequiresUnreferencedCodeAttribute>(method))
Linker\Annotations.cs (2)
727
if (FlowAnnotations.RequiresVirtualMethodDataFlowAnalysis(@override.Override) ||
HasLinkerAttribute
<RequiresUnreferencedCodeAttribute>(@override.Override))
733
if (FlowAnnotations.RequiresVirtualMethodDataFlowAnalysis(method) ||
HasLinkerAttribute
<RequiresUnreferencedCodeAttribute>(method))