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