4 references to ParseValue
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (2)
737
p.EncodedArgument = parser.
ParseValue
(fixedArguments.Current, p.CustomAttributeType);
844
parameterToUpdate.EncodedArgument = parser.
ParseValue
(namedArgument.Value, argType);
System\Reflection\RuntimeCustomAttributeData.NativeAot.cs (2)
153
CustomAttributeEncodedArgument encodedArgument = parser.
ParseValue
(value, new CustomAttributeType(argumentType));
292
result[index++] =
ParseValue
(value, elementType);