22 references to Int16
ILCompiler.Compiler (14)
Compiler\TypePreinit.cs (3)
1589ILOpcode.stelem_i2 => context.GetWellKnownType(WellKnownType.Int16), 1641ILOpcode.ldelem_i2 => context.GetWellKnownType(WellKnownType.Int16), 1738ILOpcode.ldind_i2 => context.GetWellKnownType(WellKnownType.Int16),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (7)
517ImportLoadIndirect(WellKnownType.Int16); 550ImportStoreIndirect(WellKnownType.Int16); 589ImportConvert(WellKnownType.Int16, false, false); 663ImportConvert(WellKnownType.Int16, true, true); 708ImportLoadElement(WellKnownType.Int16); 741ImportStoreElement(WellKnownType.Int16); 774ImportConvert(WellKnownType.Int16, true, false);
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (3)
40return context.GetWellKnownType(WellKnownType.Int16); 67return context.GetWellKnownType(WellKnownType.Int16); 92return context.GetWellKnownType(WellKnownType.Int16);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
977var int16Type = Context.GetWellKnownType(WellKnownType.Int16);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
399return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.Int16));
ILCompiler.ReadyToRun (4)
IBC\IBCProfileParser.cs (1)
487return context.GetWellKnownType(WellKnownType.Int16);
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (3)
40return context.GetWellKnownType(WellKnownType.Int16); 67return context.GetWellKnownType(WellKnownType.Int16); 92return context.GetWellKnownType(WellKnownType.Int16);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
88case WellKnownType.Int16:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
121return GetWellKnownType(WellKnownType.Int16);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
30wkt = WellKnownType.Int16;