3 references to ToConstantByteValueHandle
System.Private.CoreLib (3)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
172byte v = record.Value.ToConstantByteValueHandle(reader).GetConstantByteValue(reader).Value; 263return handle.ToConstantByteValueHandle(reader).GetConstantByteValue(reader).Value;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
235HandleType.ConstantByteValue => handle.ToConstantByteValueHandle(_reader).GetConstantByteValue(_reader).Value,