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