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