7 references to ConstantSByteValue
System.Private.CoreLib (7)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
1759Debug.Assert(hType == HandleType.ConstantSByteValue || hType == HandleType.Null); 1760_value = (value & 0x01FFFFFF) | (((int)HandleType.ConstantSByteValue) << 25); 1793if ((HandleType)((uint)_value >> 25) != HandleType.ConstantSByteValue)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (3)
176case HandleType.ConstantSByteValue: 264case HandleType.ConstantSByteValue: 295case HandleType.ConstantSByteValue:
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
234HandleType.ConstantSByteValue => (object)(byte)handle.ToConstantSByteValueHandle(_reader).GetConstantSByteValue(_reader).Value,