3 references to CustomAttributeTypedArgument
System.Private.CoreLib (3)
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
431
typedCtorArgs[i] = new
CustomAttributeTypedArgument
(m_scope, encodedArg);
478
new
CustomAttributeTypedArgument
(m_scope, p.EncodedArgument));
601
arrayValue[i] = new
CustomAttributeTypedArgument
(scope, encodedArg.ArrayValue[i]);