2 references to IsAttributeRemoved
illink (2)
Linker.Steps\MarkStep.cs (2)
859
if (providerInLinkedAssembly &&
IsAttributeRemoved
(ca, resolvedAttributeType))
1613
if (
IsAttributeRemoved
(customAttribute, resolved.DeclaringType) && Annotations.GetAction(CustomAttributeSource.GetAssemblyFromCustomAttributeProvider(assemblyLevelAttribute.Provider)) == AssemblyAction.Link)