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