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