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