5 references to TryParseConstantValue
System.Private.CoreLib (5)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (2)
132
Exception e = fixedArgumentHandle.
TryParseConstantValue
(_reader, out object? value);
176
Exception e = namedArgument.Value.
TryParseConstantValue
(_reader, out value);
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (3)
248
Exception exception = handle.
TryParseConstantValue
(reader, out value);
390
exception = constantHandle.
TryParseConstantValue
(reader, out elementValue);
406
exception = constantHandle.
TryParseConstantValue
(reader, out elements[i]);