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