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