1 override of AsSByte
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2409public override sbyte AsSByte() => (sbyte)AsExactByteCount(1)[0];
2 references to AsSByte
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2067Push(StackValueKind.Int32, ValueTypeValue.FromInt32((byte)value.AsSByte())); break; 2072Push(StackValueKind.Int32, ValueTypeValue.FromInt32(value.AsSByte())); break;