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