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