1 write to UnderlyingAttribute
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingCustomAttributeData.cs (1)
15UnderlyingAttribute = attribute;
4 references to UnderlyingAttribute
System.Reflection.Context (4)
System\Reflection\Context\Delegation\DelegatingCustomAttributeData.cs (4)
22get { return UnderlyingAttribute.Constructor; } 27get { return UnderlyingAttribute.ConstructorArguments; } 32get { return UnderlyingAttribute.NamedArguments; } 37return UnderlyingAttribute.ToString();