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