1 instantiation of RemoveAttributeInstancesAttribute
illink (1)
Linker\LinkerAttributesInformation.cs (1)
66
attributeValue = new
RemoveAttributeInstancesAttribute
(customAttribute.ConstructorArguments);
6 references to RemoveAttributeInstancesAttribute
illink (6)
Linker.Steps\LinkAttributesParser.cs (2)
61
LogWarning(attributeNav, DiagnosticId.XmlRemoveAttributeInstancesCanOnlyBeUsedOnType, nameof(
RemoveAttributeInstancesAttribute
));
147
td = new TypeDefinition("", nameof(
RemoveAttributeInstancesAttribute
), TypeAttributes.Public);
Linker.Steps\MarkStep.cs (4)
877
foreach (
var
attr in Annotations.GetLinkerAttributes<
RemoveAttributeInstancesAttribute
>(attributeType))
2116
if (Annotations.HasLinkerAttribute<
RemoveAttributeInstancesAttribute
>(type))
2316
if (Annotations.HasLinkerAttribute<
RemoveAttributeInstancesAttribute
>(resolvedAttributeType) && Annotations.GetAction(type.Module.Assembly) == AssemblyAction.Link)