3 overrides of Value
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DateTimeConstantAttribute.cs (1)
17public override object Value => _date;
System.Runtime.InteropServices (2)
System\Runtime\CompilerServices\IDispatchConstantAttribute.cs (1)
15public override object Value => new DispatchWrapper(null);
System\Runtime\CompilerServices\IUnknownConstantAttribute.cs (1)
13public override object Value => new UnknownWrapper(null);
1 reference to Value
System.Private.CoreLib (1)
src\System\Reflection\RuntimeParameterInfo.cs (1)
323return ((CustomConstantAttribute)customAttributes[0]).Value;