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