3 types derived from CustomConstantAttribute
mscorlib (3)
system\runtime\compilerservices\datetimeconstantattribute.cs (1)
14
public sealed class DateTimeConstantAttribute :
CustomConstantAttribute
system\runtime\compilerservices\idispatchconstantattribute.cs (1)
13
public sealed class IDispatchConstantAttribute :
CustomConstantAttribute
system\runtime\compilerservices\iunknownconstantattribute.cs (1)
13
public sealed class IUnknownConstantAttribute :
CustomConstantAttribute
3 references to CustomConstantAttribute
mscorlib (3)
system\reflection\parameterinfo.cs (3)
372
private static readonly Type s_CustomConstantAttributeType = typeof(
CustomConstantAttribute
);
663
defaultValue =
CustomConstantAttribute
.GetRawConstant(attr);
672
defaultValue = ((
CustomConstantAttribute
)CustomAttrs[0]).Value;