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