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