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