I want to release all the attribute's from memory.
Which reference I have to break so these attributes will get cleaned from memory?.
I'm not finding any references at all with these attributes in my application but still they are not releasing.
[System.AttributeUsage(System.AttributeTargets.Property)]
public class AttributeEx : System.Attribute
{
....
}
Reference Chain :