1 reference to IsCustomAttributeForSecurity
illink (1)
Linker.Steps\RemoveSecurityStep.cs (1)
60
var attrsToRemove = provider.CustomAttributes.Where(
IsCustomAttributeForSecurity
).ToArray();