2 references to CustomAttributeTypedArgument
mscorlib (2)
system\reflection\customattribute.cs (2)
487
typedArgs[0] = new
CustomAttributeTypedArgument
(typeof(Type), forwardedTo.Destination);
625
m_value = new
CustomAttributeTypedArgument
(type, value);