19 references to UInt16
ILCompiler.Compiler (11)
Compiler\TypePreinit.cs (3)
1642
ILOpcode.ldelem_u2 => context.GetWellKnownType(WellKnownType.
UInt16
),
1739
ILOpcode.ldind_u2 => context.GetWellKnownType(WellKnownType.
UInt16
),
1786
ILOpcode.stind_i2 => stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.
UInt16
)),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (5)
520
ImportLoadIndirect(WellKnownType.
UInt16
);
675
ImportConvert(WellKnownType.
UInt16
, true, true);
711
ImportLoadElement(WellKnownType.
UInt16
);
777
ImportConvert(WellKnownType.
UInt16
, true, true);
804
ImportConvert(WellKnownType.
UInt16
, false, true);
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
51
2 => method.Context.GetWellKnownType(WellKnownType.
UInt16
),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
42
return context.GetWellKnownType(WellKnownType.
UInt16
);
90
return context.GetWellKnownType(WellKnownType.
UInt16
);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
401
return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.
UInt16
));
ILCompiler.ReadyToRun (4)
IBC\IBCProfileParser.cs (1)
489
return context.GetWellKnownType(WellKnownType.
UInt16
);
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
51
2 => method.Context.GetWellKnownType(WellKnownType.
UInt16
),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
42
return context.GetWellKnownType(WellKnownType.
UInt16
);
90
return context.GetWellKnownType(WellKnownType.
UInt16
);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
89
case WellKnownType.
UInt16
:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
123
return GetWellKnownType(WellKnownType.
UInt16
);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
54
wkt = WellKnownType.
UInt16
;