Property AllowedOn
AllowedOn
Gets a value indicating where the attribute is allowed
public AttributeAllowedOn AllowedOn { get; }
Property Value
Remarks
warning
String attributes are special in that they have no way to determine applicability. Therefore, this will indicate they are valid everywhere even if they are not. Sadly, the underlying LLVM API does not provide a means to determine such a thing.