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