3 references to ToConstantSByteValueHandle
System.Private.CoreLib (3)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
181
sbyte v = record.Value.
ToConstantSByteValueHandle
(reader).GetConstantSByteValue(reader).Value;
265
return handle.
ToConstantSByteValueHandle
(reader).GetConstantSByteValue(reader).Value;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
234
HandleType.ConstantSByteValue => (object)(byte)handle.
ToConstantSByteValueHandle
(_reader).GetConstantSByteValue(_reader).Value,