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