3 references to GetConstantInt16Value
System.Private.CoreLib (3)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
190
short v = record.Value.ToConstantInt16ValueHandle(reader).
GetConstantInt16Value
(reader).Value;
267
return handle.ToConstantInt16ValueHandle(reader).
GetConstantInt16Value
(reader).Value;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
236
HandleType.ConstantInt16Value => (ushort)handle.ToConstantInt16ValueHandle(_reader).
GetConstantInt16Value
(_reader).Value,