3 references to WrapInCustomAttributeTypedArgument
System.Private.CoreLib (3)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (2)
143customAttributeTypedArgument = WrapInCustomAttributeTypedArgument(value, argumentType.ToType()); 184CustomAttributeTypedArgument typedValue = WrapInCustomAttributeTypedArgument(value, argumentType.ToType());
System\Reflection\Runtime\CustomAttributes\RuntimeCustomAttributeData.cs (1)
178CustomAttributeTypedArgument elementTypedArgument = WrapInCustomAttributeTypedArgument(elementValue, reportedElementType);