1 override of AsInt16
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2410
public override short
AsInt16
() => BitConverter.ToInt16(AsExactByteCount(2), 0);
2 references to AsInt16
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2070
Push(StackValueKind.Int32, ValueTypeValue.FromInt32((ushort)value.
AsInt16
())); break;
2074
Push(StackValueKind.Int32, ValueTypeValue.FromInt32(value.
AsInt16
())); break;